AlertConditionAlertValue Property |
|
DataPA OpenAnalytics 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 public bool AlertValue { get; }
Public ReadOnly Property AlertValue As Boolean
Get
public:
virtual property bool AlertValue {
bool get () sealed;
}
function get_AlertValue();
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