PeopleManager.SetMultiValuedProfileProperty method
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Sub SetMultiValuedProfileProperty ( _
accountName As String, _
propertyName As String, _
propertyValues As IList(Of String) _
)
'Usage
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
)
Parameters
- accountName
Type: System.String
- propertyName
Type: System.String
- propertyValues
Type: System.Collections.Generic.IList<String>