Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is the MD5 Hash Value of the contents of the version of the file that you are being told to obtain.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property HashValue As Byte()
public byte[] HashValue { get; set; }
public:
property array<unsigned char>^ HashValue {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member HashValue : byte[] with get, set
function get HashValue () : byte[]
function set HashValue (value : byte[])
Property Value
Type: array<System.Byte[]
Returns Byte.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.