Share via


TermGroup.IsSystemGroup property

Gets whether this TermGroup object is the system group.

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

Syntax

'Declaration
Public ReadOnly Property IsSystemGroup As Boolean
    Get
'Usage
Dim instance As TermGroup
Dim value As Boolean

value = instance.IsSystemGroup
public bool IsSystemGroup { get; }

Property value

Type: System.Boolean
true if this TermGroup object is the system group; otherwise, false

See also

Reference

TermGroup class

TermGroup members

Microsoft.SharePoint.Client.Taxonomy namespace