SPList.RequestAccessEnabled - Propriété
Gets or sets a Boolean value that specifies whether the option to allow users to request access to the list is available.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property RequestAccessEnabled As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.RequestAccessEnabled
instance.RequestAccessEnabled = value
public bool RequestAccessEnabled { get; set; }
Valeur de propriété
Type : System.Boolean
true if the request access option is available; otherwise, false.