Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
AlertsBySectionName Property
NamespacesGenesyslab.Desktop.Modules.Core.Model.AlertsIAlertManagerAlertsBySectionName
Gets the alerts by name of section.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, ObservableCollection<Alert>> AlertsBySectionName { get; }
ReadOnly Property AlertsBySectionName As IDictionary(Of String, ObservableCollection(Of Alert))
property IDictionary<String^, ObservableCollection<Alert^>^>^ AlertsBySectionName {
	IDictionary<String^, ObservableCollection<Alert^>^>^ get ();
}
Value
The alerts by name of section.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)