SPGroup.AllowMembersEditMembership property

Gets or sets a Boolean value that specifies whether group members can modify membership in the group.

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

Syntax

'Declaration
Public Property AllowMembersEditMembership As Boolean
    Get
    Set
'Usage
Dim instance As SPGroup
Dim value As Boolean

value = instance.AllowMembersEditMembership

instance.AllowMembersEditMembership = value
public bool AllowMembersEditMembership { get; set; }

Property value

Type: System.Boolean
true to allow group members to modify membership; otherwise, false.

See also

Reference

SPGroup class

SPGroup members

Microsoft.SharePoint namespace