Share via


UserProfileManager.GetProfile method

Gets the user profile with the specified record identifier.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function GetProfile ( _
    recordId As Long _
) As ProfileBase
'Usage
Dim instance As UserProfileManager
Dim recordId As Long
Dim returnValue As ProfileBase

returnValue = instance.GetProfile(recordId)
public override ProfileBase GetProfile(
    long recordId
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileBase
Returns ProfileBase.

See also

Reference

UserProfileManager class

UserProfileManager members

Microsoft.Office.Server.UserProfiles namespace