LayoutsPageBase.SupportsReadOnlySite property

Gets a value that indicates whether this page supports a read-only site collection (or database).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.Boolean
true if the page supports read-only access; otherwise, false.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace