del método PeopleManager.SetMultiValuedProfileProperty
Espacio de nombres: Microsoft.SharePoint.Client.UserProfiles
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Sub SetMultiValuedProfileProperty ( _
accountName As String, _
propertyName As String, _
propertyValues As IList(Of String) _
)
'Uso
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
)
Parámetros
- accountName
Tipo: System.String
- propertyName
Tipo: System.String
- propertyValues
Tipo: System.Collections.Generic.IList<String>