This documentation is archived and is not being maintained.

Conflict::BaseHashValue Property

Gets or sets the base item hash value.

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

public:
property array<unsigned char>^ BaseHashValue {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Property Value

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

Show: