DashboardAlertSkip Property |
|
DataPA OpenAnalytics API Reference
Indicates that the alert should not be handled at this time, as the
MinTimeSinceLastAlert has not yet passed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
virtual property bool Skip {
bool get () sealed;
void set (bool value) sealed;
}
function get_Skip();
function set_Skip(value);
Property Value
Type:
BooleanReturn Value
Type:
BooleanSee Also