DataPA Enterprise Dashboard Controls API Reference
Gets and sets the minimum time spane between each time this alert is raised

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public TimeSpan MinTimeSinceLastAlert { get; set; }
Visual Basic
Public Property MinTimeSinceLastAlert As TimeSpan
	Get
	Set
Visual C++
public:
virtual property TimeSpan MinTimeSinceLastAlert {
	TimeSpan get () sealed;
	void set (TimeSpan value) sealed;
}

Property Value

Type: TimeSpan
The minimum time spane between each time this alert is raised

Return Value

Type: TimeSpan
The minimum time spane between each time this alert is raised

Implements

DashboardAlert..::.._DashboardAlert..::..MinTimeSinceLastAlert

Remarks