UserProfileManager.GetUserProfile Method (Byte[])
Returns a user profile associated with the specified security identifier (SID).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetUserProfile ( _
rgbySID As Byte() _
) As UserProfile
'Usage
Dim instance As UserProfileManager
Dim rgbySID As Byte()
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile(rgbySID)
public UserProfile GetUserProfile(
byte[] rgbySID
)
Parameters
- rgbySID
Type: []
A byte string representation of the SID of the user profile.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
A UserProfile object representing the user profile.