SocialDataManager.GetUserProfile-Methode
Ruft ein Benutzerprofil für die angegebene Benutzer-Datensatz-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
)
Parameter
- recordID
Typ: System.Int64
Rückgabewert
Typ: Microsoft.Office.Server.UserProfiles.UserProfile