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