语言

MonitorThreshold.Enabled 属性

定义

获取或设置阈值是否被启用。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

一个Boolean值。 如果 为真,阈值已启用。 如果 为假,阈值被禁用。

注解

该命名空间、类或成员仅在Microsoft .NET框架2.0版本中支持。

适用于