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.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

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

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

Property value

Type: Microsoft.SharePoint.Client.Taxonomy.TermGroup
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.Client.Taxonomy namespace