MonitorThreshold.ShouldAlert 属性

定义

获取或设置标准超过阈值时是否生成警报。

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

属性值

一个 Boolean 值。 如果 为 true,则超出阈值会导致警报。 如果 为 false,则超出阈值时不会引发任何警报。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于