Share via


GetOperation.HashValue Property

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

Syntax

'Declaration
Public Property HashValue As Byte()
'Usage
Dim instance As GetOperation 
Dim value As Byte()

value = instance.HashValue

instance.HashValue = value
public byte[] HashValue { get; set; }
public:
property array<unsigned char>^ HashValue {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
public function get HashValue () : byte[]
public function set HashValue (value : byte[])

Property Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

GetOperation Class

GetOperation Members

Microsoft.TeamFoundation.VersionControl.Server Namespace