DashboardAlertsAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a DashboardAlert to this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Add(
DashboardAlert DashboardAlert
)
Public Sub Add (
DashboardAlert As DashboardAlert
)
public:
virtual void Add(
DashboardAlert^ DashboardAlert
) sealed
function Add(DashboardAlert);
Parameters
- DashboardAlert
- Type: DataPAEnterpriseDashboardDashboardAlert
The DashboardAlert you wish to add to the collection.
Remarks See Also