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 の値。 もしその閾値を超えるとアラートが出ます。 りの場合は、閾値を超えてもアラートは発生しません。

注釈

この名前空間、クラス、またはメンバーはMicrosoft .NETフレームワークのバージョン2.0でのみサポートされています。

適用対象