Group.IsSiteCollectionGroup property
Gets whether this Group object is a site collection Group.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsSiteCollectionGroup As Boolean
Get
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.IsSiteCollectionGroup
public bool IsSiteCollectionGroup { get; }
Property value
Type: System.Boolean
true if this group is a site collection group; otherwise, false.
Remarks
A site collection group is stores the column-specific TermSet objects for a specific site collection.The Group.Name generally indicates the site collection that the group is related to. Calling set on this property is not supported and is for internal use only.