DataPA Enterprise Dashboard Controls API Reference
Gets and sets the alerts collection for this object

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

Syntax

C#
public DashboardAlerts Alerts { get; set; }
Visual Basic
Public Property Alerts As DashboardAlerts
	Get
	Set
Visual C++
public:
virtual property DashboardAlerts^ Alerts {
	DashboardAlerts^ get () sealed;
	void set (DashboardAlerts^ value) sealed;
}

Property Value

Type: DashboardAlerts
The alerts collection for this object

Return Value

Type: DashboardAlerts
The alerts collection for this object

Remarks