Share via


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 値。 true の場合、しきい値は有効になります。 false の場合、しきい値は無効になります。

注釈

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

適用対象