DashboardAlertsGetFirstDashboardAlert Method |
|
DataPA OpenAnalytics API Reference
Gets the first DashboardAlert in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAlert GetFirstDashboardAlert()
Public Function GetFirstDashboardAlert As DashboardAlert
public:
virtual DashboardAlert^ GetFirstDashboardAlert() sealed
function GetFirstDashboardAlert();
Return Value
Type:
DashboardAlertThe first DashboardAlert in the collection.
Remarks See Also