UserProfileManager.GetUserProfile method (Guid)

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

Return value

Type: Microsoft.Office.Server.UserProfiles.UserProfile
that represents a user profile.

See also

Reference

UserProfileManager class

UserProfileManager members

GetUserProfile overload

Microsoft.Office.Server.UserProfiles namespace