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