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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property AllowMembersEditMembership As Boolean
    Get
    Set
'Usage
Dim instance As SPGroup
Dim value As Boolean

value = instance.AllowMembersEditMembership

instance.AllowMembersEditMembership = value
[ClientCallableAttribute]
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