Share via


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 Version 2.0 でのみサポートされています。

適用対象