PeopleManager.SetMultiValuedProfileProperty método
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
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>