Partager via


PeopleManager.GetUserProfilePropertyFor - Méthode

Obtient une propriété de profil utilisateur pour l'utilisateur spécifié.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function GetUserProfilePropertyFor ( _
    accountName As String, _
    propertyName As String _
) As String
'Utilisation
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
)

Paramètres

  • accountName
    Type : System.String

    Le nom du compte de l'utilisateur cible.

  • propertyName
    Type : System.String

    Nom de la propriété à obtenir.

Valeur renvoyée

Type : System.String
La propriété de profil spécifiée pour l'utilisateur spécifié.

Voir aussi

Référence

PeopleManager classe

PeopleManager - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms