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
- recordID
Type: System.Int64
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile