MonitorThreshold.ShouldAlert 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标准超过阈值时是否生成警报。
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 版本支持此命名空间、类或成员。