TaxonomyFieldValueCollection class
SharePoint 2013
Represents the multi-value object for the taxonomy column.
System.Object
System.Collections.Generic.List<TaxonomyFieldValue>
Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection
System.Collections.Generic.List<TaxonomyFieldValue>
Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
'Declaration <ClientCallableTypeAttribute(ServerTypeId := "C3DFAE10-F3BF-4894-9012-BB60665B6D91", _ CollectionChildItemType := GetType(TaxonomyFieldValue), ClientLibraryTargets := ClientLibraryTargets.NonRESTful)> _ <SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _ <SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _ Public Class TaxonomyFieldValueCollection _ Inherits List(Of TaxonomyFieldValue) 'Usage Dim instance As TaxonomyFieldValueCollection