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 a group that 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.

See Also

Reference

Group Class

Group Members

Microsoft.SharePoint.Taxonomy Namespace