Share via


TeamFoundationServer.GetHashCode Method

Returns the hash code for this instance of the TeamFoundationServer object on the current Team Foundation server.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As TeamFoundationServer 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Members

Microsoft.TeamFoundation.Client Namespace