Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the UserProfile object for the specified GUID.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetUserProfile ( _
guid As Guid _
) As UserProfile
'Usage
Dim instance As UserProfileManager
Dim guid As Guid
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile(guid)
public UserProfile GetUserProfile(
Guid guid
)
Parameters
guid
Type: System.GuidThe unique identifier.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
that represents a user profile.