Group.AllowMembersEditMembership property

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

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

Syntax

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

value = instance.AllowMembersEditMembership

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

Group class

Group members

Microsoft.SharePoint.Client namespace