Group.TermSets property

Gets a collection of the child TermSet instances of this Group

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

Syntax

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

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

Property value

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

See also

Reference

Group class

Group members

Microsoft.SharePoint.Taxonomy namespace

TermSet