(Guid) del método UserProfileManager.GetUserProfile
Obtiene el objeto UserProfile para el GUID 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 ( _
guid As Guid _
) As UserProfile
'Uso
Dim instance As UserProfileManager
Dim guid As Guid
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile(guid)
public UserProfile GetUserProfile(
Guid guid
)
Parámetros
guid
Tipo: System.GuidEl identificador único.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.UserProfile
que representa un perfil de usuario.