SessionInfo..::..RowHash Property

Namespace:  JiwaFinancials.Jiwa.JiwaWebService
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


[XmlIgnoreAttribute]
public byte[] RowHash { get; set; }
<XmlIgnoreAttribute> _
Public Property RowHash As Byte()
	Get
	Set
[XmlIgnoreAttribute]
public:
property array<unsigned char^>^ RowHash {
	array<unsigned char^>^ get ();
	void set (array<unsigned char^>^ value);
}