Share via


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

See Also

Reference

ProcessTemplateDescriptor Class

Microsoft.TeamFoundation.Server.Core Namespace