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 버전에서만 지원됩니다.

적용 대상