UserProfileManager.GetProfile-Methode

Ruft das Benutzerprofil mit der angegebenen Datensatz-ID ab.

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
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Server.UserProfiles.ProfileBase
Gibt ProfileBasezurück.

Siehe auch

Referenz

UserProfileManager Klasse

UserProfileManager-Member

Microsoft.Office.Server.UserProfiles-Namespace