TermSetCollection class
Represents a collection of TermSet objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<TermSet>
Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Class TermSetCollection _
Inherits ClientObjectCollection(Of TermSet)
'Usage
Dim instance As TermSetCollection
public class TermSetCollection : ClientObjectCollection<TermSet>
Remarks
This class provides standard support for the IEnumerator interface and ICollection object and an integer indexer through the GenericCollection base class. Additionally, it provides a string indexer based on the Name property and a GUID indexer based on the Id() property.
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.