언어

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

적용 대상