Compartilhar via


ProfileBase.GetHashCode method

Retorna o código hash para o identificador exclusivo deste perfil.

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As ProfileBase
Dim returnValue As Integer

returnValue = instance.GetHashCode()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override int GetHashCode()

Valor retornado

Type: System.Int32

Ver também

Referência

ProfileBase class

ProfileBase members

Microsoft.Office.Server.UserProfiles namespace