Compartilhar via


Connection.GetHashCode method

Retorna o código hash para o nome de exibição da conexão.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As Connection
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Valor retornado

Type: System.Int32
O código de hash para o nome de exibição da conexão.

Ver também

Referência

Connection class

Connection members

Microsoft.Office.Server.UserProfiles namespace