DataPA Enterprise Dashboard Controls API Reference
Gets and sets a dictionary of images related to this alert

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

Syntax

C#
public Dictionary<string, Bitmap> Images { get; set; }
Visual Basic
Public Property Images As Dictionary(Of String, Bitmap)
	Get
	Set
Visual C++
public:
virtual property Dictionary<String^, Bitmap^>^ Images {
	Dictionary<String^, Bitmap^>^ get () sealed;
	void set (Dictionary<String^, Bitmap^>^ value) sealed;
}

Property Value

Type: Dictionary<(Of <(<'String, Bitmap>)>)>
A dictionary of images related to this alert

Return Value

Type: Dictionary<(Of <(<'String, Bitmap>)>)>
A dictionary of images related to this alert

Implements

DashboardAlert..::.._DashboardAlert..::..Images

Remarks