Group.AllowRequestToJoinLeave property
Gets or sets a Boolean value that specifies whether to allow users to request membership in the group and to allow users to request to leave the group.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AllowRequestToJoinLeave As Boolean
Get
Set
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.AllowRequestToJoinLeave
instance.AllowRequestToJoinLeave = value
public bool AllowRequestToJoinLeave { get; set; }
Property value
Type: System.Boolean
Returns Boolean.