UnsecuredLayoutsPageBase.RequiresHighReliability 属性
获取或设置表示需要防止母版页错误的页面的自我修复标志的值。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RequiresHighReliability As Boolean
Get
Set
用法
Dim instance As UnsecuredLayoutsPageBase
Dim value As Boolean
value = instance.RequiresHighReliability
instance.RequiresHighReliability = value
public bool RequiresHighReliability { get; set; }
属性值
类型:System.Boolean
true如果该页需要较高的可靠性 ;否则为false。默认值为false。