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 a value that indicates whether users can access the page without logging in.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property AllowAnonymousAccess As Boolean
Get
'Usage
Dim value As Boolean
value = Me.AllowAnonymousAccess
protected virtual bool AllowAnonymousAccess { get; }
Type: System.Boolean
true if anonymous access is allowed; otherwise, false.
The default implementation returns false.
UnsecuredLayoutsPageBase class