(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
recordId
Tipo: System.Int64..
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.UserProfile