Group.IsSystemGroup property
Gets whether this Group object is the system Group.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsSystemGroup As Boolean
Get
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.IsSystemGroup
public bool IsSystemGroup { get; }
Property value
Type: System.Boolean
true if this Group is the system Group; otherwise, false
Remarks
The system group is the group where TermSet objects that are used by the system are stored.An example is the Keywords term set.