Compartir a través de


(Int64) del método UserProfileManager.GetUserProfile

Obtiene el objeto UserProfile para el identificador de registro especificado.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Function GetUserProfile ( _
    recordId As Long _
) As UserProfile
'Uso
Dim instance As UserProfileManager
Dim recordId As Long
Dim returnValue As UserProfile

returnValue = instance.GetUserProfile(recordId)
public UserProfile GetUserProfile(
    long recordId
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.UserProfile

Vea también

Referencia

clase UserProfileManager

Miembros UserProfileManager

Sobrecarga GetUserProfile

Espacio de nombres Microsoft.Office.Server.UserProfiles