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

Return Value

Type: Microsoft.Office.Server.UserProfiles.UserProfile
A UserProfile object representing the user profile.

See Also

Reference

UserProfileManager Class

UserProfileManager Members

GetUserProfile Overload

Microsoft.Office.Server.UserProfiles Namespace