Share via


TermGroup.TermSets property

Gets a collection of the child TermSet instances of this TermGroup object.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property TermSets As TermSetCollection
    Get
'Usage
Dim instance As TermGroup
Dim value As TermSetCollection

value = instance.TermSets
public TermSetCollection TermSets { get; }

Property value

Type: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
A collection of the child TermSet instances of this TermGroup

See also

Reference

TermGroup class

TermGroup members

Microsoft.SharePoint.Client.Taxonomy namespace