Group.AutoAcceptRequestToJoinLeave property
Gets or sets a Boolean value that specifies whether users are automatically added or removed when they make a request.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AutoAcceptRequestToJoinLeave As Boolean
Get
Set
'Usage
Dim instance As Group
Dim value As Boolean
value = instance.AutoAcceptRequestToJoinLeave
instance.AutoAcceptRequestToJoinLeave = value
public bool AutoAcceptRequestToJoinLeave { get; set; }
Property value
Type: System.Boolean
Returns Boolean.