DataPA Enterprise Dashboard Controls API Reference
Gets the time and date the alert was last raised
Namespace: DataPAEnterpriseDashboardAssembly: 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:
DateTimeThe time and date the alert was last raised
Return Value
Type:
DateTimeThe time and date the alert was last raised
Implements
DashboardAlert..::.._DashboardAlert..::..AlertLastRaisedRemarks
See Also