PeopleManager.SetMultiValuedProfileProperty Method

Definition

[Microsoft.SharePoint.Client.Remote]
public void SetMultiValuedProfileProperty (string accountName, string propertyName, System.Collections.Generic.IList<string> propertyValues);
member this.SetMultiValuedProfileProperty : string * string * System.Collections.Generic.IList<string> -> unit
Public Sub SetMultiValuedProfileProperty (accountName As String, propertyName As String, propertyValues As IList(Of String))

Parameters

accountName
String
propertyName
String
propertyValues
IList<String>
Attributes

Applies to