Gets or sets the hash of the data represented by this node.

Namespace:  Classless.Hasher.Methods
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public byte[] Hash { get; set; }
Visual Basic (Declaration)
Public Property Hash As Byte()
Visual C++
public:
property array<unsigned char>^ Hash {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also