Share via


TermStore.SystemGroup Property

Gets the Group object for this TermStore object. which contains the set of System TermSets (Keywords and Orphaned Terms)

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

Syntax

'Declaration
Public ReadOnly Property SystemGroup As Group
    Get
'Usage
Dim instance As TermStore
Dim value As Group

value = instance.SystemGroup
public Group SystemGroup { get; }

Property Value

Type: Microsoft.SharePoint.Taxonomy.Group
The Group for this TermStore which contains the set of System TermSets

Remarks

This TermStore contains the set of System TermSets (Keywords a and Orphaned Terms)

See Also

Reference

TermStore Class

TermStore Members

Microsoft.SharePoint.Taxonomy Namespace

KeywordsTermSet

OrphanedTermsTermSet