This documentation is archived and is not being maintained.

Item::HashValue Property

Gets the hash value of this item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property array<unsigned char>^ HashValue {
	array<unsigned char>^ get ();
}

Property Value

Type: array<System::Byte>
The hash value of this item.

Show: