Group.IsReadOnlySiteCollectionGroup property

Gets a Boolean value that is true if the group for the current site is a read-only site collection group; otherwise, false

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnlySiteCollectionGroup As Boolean
    Get
'Usage
Dim instance As Group
Dim value As Boolean

value = instance.IsReadOnlySiteCollectionGroup
public bool IsReadOnlySiteCollectionGroup { get; }

Property value

Type: System.Boolean

See also

Reference

Group class

Group members

Microsoft.SharePoint.Taxonomy namespace