SPGroup.AutoAcceptRequestToJoinLeave-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob Benutzer automatisch hinzugefügt oder entfernt, wenn sie eine Anforderung stellen.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AutoAcceptRequestToJoinLeave As Boolean
Get
Set
'Usage
Dim instance As SPGroup
Dim value As Boolean
value = instance.AutoAcceptRequestToJoinLeave
instance.AutoAcceptRequestToJoinLeave = value
public bool AutoAcceptRequestToJoinLeave { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , um anzugeben, dass Benutzer automatisch hinzugefügt oder entfernt, wenn sie eine Anforderung stellen; andernfalls false.