SeriesAllValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property to indicate if the parent alert should be evaluated against all series values
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllValues { get; set; }
Public Property AllValues As Boolean
Get
Set
public:
virtual property bool AllValues {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllValues();
function set_AllValues(value);
Property Value
Type:
BooleanTrue if the parent alert should be evaluated against all series values
Return Value
Type:
BooleanTrue if the parent alert should be evaluated against all series values
Remarks See Also