GetOperation.GetHashValue Method

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

Syntax

'Declaration
Public Function GetHashValue ( _
    index As Integer _
) As Byte()
public byte[] GetHashValue(
    int index
)
public:
virtual array<unsigned char>^ GetHashValue(
    int index
) sealed
abstract GetHashValue : 
        index:int -> byte[] 
override GetHashValue : 
        index:int -> byte[] 
public final function GetHashValue(
    index : int
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

GetOperation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace