PeopleManager.SetMultiValuedProfileProperty - 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 SetMultiValuedProfileProperty ( _
accountName As String, _
propertyName As String, _
propertyValues As IList(Of String) _
)
'Utilisation
Dim instance As PeopleManager
Dim accountName As String
Dim propertyName As String
Dim propertyValues As IList(Of String)
instance.SetMultiValuedProfileProperty(accountName, _
propertyName, propertyValues)
public void SetMultiValuedProfileProperty(
string accountName,
string propertyName,
IList<string> propertyValues
)
Paramètres
- accountName
Type : System.String
- propertyName
Type : System.String
- propertyValues
Type : System.Collections.Generic.IList<String>