SocialDataManager.GetUserProfile method

Retrieves a user profile corresponding to the specified user record ID.

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

Syntax

'Declaration
Protected Function GetUserProfile ( _
    recordID As Long _
) As UserProfile
'Usage
Dim recordID As Long
Dim returnValue As UserProfile

returnValue = Me.GetUserProfile(recordID)
protected UserProfile GetUserProfile(
    long recordID
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.UserProfile

See also

Reference

SocialDataManager class

SocialDataManager members

Microsoft.Office.Server.SocialData namespace