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)
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