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.StringLe nom du compte de l'utilisateur cible.
propertyName
Type : System.StringNom de la propriété à obtenir.
Valeur renvoyée
Type : System.String
La propriété de profil spécifiée pour l'utilisateur spécifié.