ServiceHealthElement.HealthDetailsEnabled 属性

定义

获取或设置可控制是否允许服务在运行状况页面中显示服务详情和信息的值。

public:
 property bool HealthDetailsEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("healthDetailsEnabled", DefaultValue=true)]
public bool HealthDetailsEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("healthDetailsEnabled", DefaultValue=true)>]
member this.HealthDetailsEnabled : bool with get, set
Public Property HealthDetailsEnabled As Boolean

属性值

true 如果运行状况终结点应返回服务详细信息,或者 false 响应应不包含任何内容,则为 。 默认值为 true

属性

注解

属性 HealthDetailsEnabled 对应于 元素的 HealthDetailsEnabled 特性 <serviceHealth> 的值。 如果未在配置文件中定义 属性,则其默认值为 true。 它定义 ServiceHealthBehavior.HealthDetailsEnabled 属性的值。

适用于