DashboardAlertMinTimeSinceLastAlert Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the minimum time spane between each time this alert is raised
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public TimeSpan MinTimeSinceLastAlert { get; set; }
Public Property MinTimeSinceLastAlert As TimeSpan
Get
Set
public:
virtual property TimeSpan MinTimeSinceLastAlert {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
function get_MinTimeSinceLastAlert();
function set_MinTimeSinceLastAlert(value);
Property Value
Type:
TimeSpanThe minimum time spane between each time this alert is raised
Return Value
Type:
TimeSpanThe minimum time spane between each time this alert is raised
Remarks See Also