(Byte[]) del método UserProfileManager.GetUserProfile
Obtiene el objeto UserProfile para el SID de especificado en formato de byte[] .
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Function GetUserProfile ( _
rgbySID As Byte() _
) As UserProfile
'Uso
Dim instance As UserProfileManager
Dim rgbySID As Byte()
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile(rgbySID)
public UserProfile GetUserProfile(
byte[] rgbySID
)
Parámetros
rgbySID
Tipo: []SID del perfil de usuario.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.UserProfile
que representa el perfil de la especificada en byte[] de formato.