DataPA Enterprise Dashboard Controls API Reference
Gets and sets a DashboardAlert in this collection.

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

Syntax

C#
public DashboardAlert this[
	string ID
] { get; set; }
Visual Basic
Public Property Item ( 
	ID As String
) As DashboardAlert
	Get
	Set
Visual C++
public:
virtual property DashboardAlert^ Item[String^ ID] {
	DashboardAlert^ get (String^ ID) sealed;
	void set (String^ ID, DashboardAlert^ value) sealed;
}

Parameters

ID
Type: System..::..String
The ID of the DashboardAlert

Property Value

Type: DashboardAlert
The DashboardAlert you wish to place in the collection.

Return Value

Type: DashboardAlert
The DashboardAlert you wish to retrieve from the collection.

Remarks