TaxonomyFieldValueCollection class
Represents the multi-value object for the taxonomy column.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<TaxonomyFieldValue>
Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValueCollection
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Class TaxonomyFieldValueCollection _
Inherits ClientObjectCollection(Of TaxonomyFieldValue)
'Usage
Dim instance As TaxonomyFieldValueCollection
public class TaxonomyFieldValueCollection : ClientObjectCollection<TaxonomyFieldValue>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.