DashboardAlertImages Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a dictionary of images related to this alert
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Dictionary<string, Bitmap> Images { get; set; }
Public Property Images As Dictionary(Of String, Bitmap)
Get
Set
public:
virtual property Dictionary<String^, Bitmap^>^ Images {
Dictionary<String^, Bitmap^>^ get () sealed;
void set (Dictionary<String^, Bitmap^>^ value) sealed;
}
function get_Images();
function set_Images(value);
Property Value
Type:
DictionaryString,
BitmapA dictionary of images related to this alert
Return Value
Type:
DictionaryString,
BitmapA dictionary of images related to this alert
Remarks See Also