Freigeben über


Group.AutoAcceptRequestToJoinLeave-Eigenschaft

Ruft oder legt der boolesche Wert, der angibt, ob Benutzer automatisch hinzugefügt oder entfernt, wenn sie eine Anforderung stellen.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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; }

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

Siehe auch

Referenz

Group Klasse

Group-Member

Microsoft.SharePoint.Client-Namespace