Hash value of the node.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic DataHash Hash { get; set; }
Public Property Hash As DataHash
Get
Set
public:
property DataHash^ Hash {
DataHash^ get ();
void set (DataHash^ value);
}
member Hash : DataHash with get, set
Property Value
Type:
DataHash
See Also