TermSet class
Represents a hierarchical or flat set of Term objects known as a "TermSet".
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
Microsoft.SharePoint.Client.Taxonomy.TermSetItem
Microsoft.SharePoint.Client.Taxonomy.TermSet
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
The TermSet object contains one or more child Term objects, and the root level of the hierarchy can be accessed through the Terms() property. Get Child Term objects with search methods such as GetTerms(String, Boolean). Permissions for editing the TermSet object and its child Term objects are defined on the parent TermGroup object of the current TermSet.
The TermSet object also provides properties to get and set values of the TermSet, such as name and description and a way to delete TermSet objects. Additionally, the TermSet object provides methods for checking changes on the TermSet.
The [TermSet] object derives from the TermSetItem base object, which provides additional behavior such as the ability to create child Term objects.