DataPA Enterprise Dashboard Controls 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
C# |
---|
public DashboardAlert GetFirstDashboardAlert() |
Visual Basic |
---|
Public Function GetFirstDashboardAlert As DashboardAlert |
Visual C++ |
---|
public:
virtual DashboardAlert^ GetFirstDashboardAlert() sealed |
Return Value
Type:
DashboardAlertThe first DashboardAlert in the collection.
Remarks
See Also