DashboardAlertEventArgsDashboardAlert Property |
|
DataPA OpenAnalytics API Reference
Gets the DashboardAlert this event relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAlert DashboardAlert { get; }
Public ReadOnly Property DashboardAlert As DashboardAlert
Get
public:
virtual property DashboardAlert^ DashboardAlert {
DashboardAlert^ get () sealed;
}
function get_DashboardAlert();
Return Value
Type:
DashboardAlertThe DashboardAlert this event relates to.
Remarks See Also