UnsecuredLayoutsPageBase.RequiresHighReliability Property
Gets or sets the value that represents the self-healing flag for pages that need protection from master page errors.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RequiresHighReliability As Boolean
Get
Set
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim value As Boolean
value = instance.RequiresHighReliability
instance.RequiresHighReliability = value
public bool RequiresHighReliability { get; set; }
Property Value
Type: System.Boolean
true if the page requires higher reliability; otherwise, false. The default is false.
See Also
Reference
UnsecuredLayoutsPageBase Class