Click or drag to resize
DashboardAlertImages Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public Dictionary<string, Bitmap> Images { get; set; }

Property Value

Type: DictionaryString, Bitmap
A dictionary of images related to this alert

Return Value

Type: DictionaryString, Bitmap
A dictionary of images related to this alert
Remarks