DataPA Enterprise Dashboard Controls API Reference
Gets the time and date the alert was last raised

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

Syntax

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

Property Value

Type: DateTime
The time and date the alert was last raised

Return Value

Type: DateTime
The time and date the alert was last raised

Implements

DashboardAlert..::.._DashboardAlert..::..AlertLastRaised

Remarks