DataPA Enterprise Dashboard Controls API Reference
Gets the boolean value this alert condition resolves to
Namespace: DataPAEnterpriseDashboardAssembly: 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:
BooleanThe boolean value this alert condition resolves to
Return Value
Type:
BooleanThe boolean value this alert condition resolves to
Remarks
See Also