Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.