DataPA Enterprise Dashboard Controls API Reference
Adds a DashboardAlert to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void Add(
	DashboardAlert DashboardAlert
)
Visual Basic
Public Sub Add ( 
	DashboardAlert As DashboardAlert
)
Visual C++
public:
virtual void Add(
	DashboardAlert^ DashboardAlert
) sealed

Parameters

DashboardAlert
Type: DataPAEnterpriseDashboard..::..DashboardAlert
The DashboardAlert you wish to add to the collection.

Remarks