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.StringDer Kontoname des Zielbenutzers.
propertyName
Typ: System.StringDer Name der abzurufenden Eigenschaft.
Rückgabewert
Typ: System.String
Die angegebene Profileigenschaft für den angegebenen Benutzer.