Partager via


PeopleManager.SetSingleValueProfileProperty - Méthode

Espace de noms :  Microsoft.SharePoint.Client.UserProfiles
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Sub SetSingleValueProfileProperty ( _
    accountName As String, _
    propertyName As String, _
    propertyValue As String _
)
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
Dim propertyName As String
Dim propertyValue As String

instance.SetSingleValueProfileProperty(accountName, _
    propertyName, propertyValue)
public void SetSingleValueProfileProperty(
    string accountName,
    string propertyName,
    string propertyValue
)

Paramètres

Voir aussi

Référence

PeopleManager classe

PeopleManager - Membres

Microsoft.SharePoint.Client.UserProfiles - Espace de noms