UserProfileManager.GetUserProfile Method (Guid)
Returns the user profile associated with the specified globally unique identifier (GUID).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.Guid
The GUID of the user profile.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
A UserProfile object representing the user profile.