Share via


TaxonomyField.SetFieldValueByValueCollection Method

Definition

[Microsoft.SharePoint.Client.Remote]
public void SetFieldValueByValueCollection (Microsoft.SharePoint.Client.ListItem item, Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValueCollection taxValueCollection);
member this.SetFieldValueByValueCollection : Microsoft.SharePoint.Client.ListItem * Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValueCollection -> unit
Public Sub SetFieldValueByValueCollection (item As ListItem, taxValueCollection As TaxonomyFieldValueCollection)

Parameters

item
ListItem
taxValueCollection
TaxonomyFieldValueCollection
Attributes

Applies to