Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 only site collection administrators can access the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property RequireSiteAdministrator As Boolean
Get
'Usage
Dim value As Boolean
value = Me.RequireSiteAdministrator
protected virtual bool RequireSiteAdministrator { get; }
Type: System.Boolean
true if only site collection administrators can access the page; otherwise, false.
The default implementation always returns false.
Please sign in to use this experience.
Sign in