Freigeben über


PeopleManager.GetUserProfilePropertyFor-Methode

Ruft eine Benutzerprofileigenschaft für den angegebenen Benutzer.

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

Syntax

'Declaration
Public Function GetUserProfilePropertyFor ( _
    accountName As String, _
    propertyName As String _
) As String
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetUserProfilePropertyFor(accountName, _
    propertyName)
public string GetUserProfilePropertyFor(
    string accountName,
    string propertyName
)

Parameter

  • accountName
    Typ: System.String

    Der Kontoname des Zielbenutzers.

  • propertyName
    Typ: System.String

    Der Name der abzurufenden Eigenschaft.

Rückgabewert

Typ: System.String
Die angegebene Profileigenschaft für den angegebenen Benutzer.

Siehe auch

Referenz

PeopleManager Klasse

PeopleManager-Member

Microsoft.Office.Server.UserProfiles-Namespace