LayoutsPageBase.RequireSiteAdministrator property

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)

Syntax

'Declaration
Protected Overridable ReadOnly Property RequireSiteAdministrator As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.RequireSiteAdministrator
protected virtual bool RequireSiteAdministrator { get; }

Property value

Type: System.Boolean
true if only site collection administrators can access the page; otherwise, false.

Remarks

The default implementation always returns false.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace