IProcessTemplateContentHandler.HashValue Property
The hash value(MD5) of the process template file.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
ReadOnly Property HashValue As Byte()
byte[] HashValue { get; }
property array<unsigned char>^ HashValue {
array<unsigned char>^ get ();
}
abstract HashValue : byte[] with get
function get HashValue () : byte[]
Property Value
Type: array<System.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.