ProcessTemplateDescriptor.HashValue Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property HashValue As Byte()
public byte[] HashValue { get; }
public:
property array<unsigned char>^ HashValue {
array<unsigned char>^ get ();
}
member HashValue : byte[] with get
function get HashValue () : 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.