Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value that specifies whether the option to allow users to request access to the list is available.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property RequestAccessEnabled As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.RequestAccessEnabled
instance.RequestAccessEnabled = value
public bool RequestAccessEnabled { get; set; }
Type: System.Boolean
true if the request access option is available; otherwise, false.