DataPA Enterprise Dashboard Controls API Reference
Gets the boolean value this alert condition resolves to

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool AlertValue { get; }
Visual Basic
Public ReadOnly Property AlertValue As Boolean
	Get
Visual C++
public:
virtual property bool AlertValue {
	bool get () sealed;
}

Property Value

Type: Boolean
The boolean value this alert condition resolves to

Return Value

Type: Boolean
The boolean value this alert condition resolves to

Remarks