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 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.