AlertConditionValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value that will be used to evaluate this condition
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal Value { get; set; }
Public Property Value As Decimal
Get
Set
public:
virtual property Decimal Value {
Decimal get () sealed;
void set (Decimal value) sealed;
}
function get_Value();
function set_Value(value);
Property Value
Type:
DecimalThe value that will be used to evaluate this condition
Return Value
Type:
DecimalThe value that will be used to evaluate this condition
Remarks See Also