Share via


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)
Available in Sandboxed Solutions: No

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