Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'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; }
Type: System.Boolean
true if the page requires higher reliability; otherwise, false. The default is false.
UnsecuredLayoutsPageBase class