Gets the alerts by name of section.

C# | Visual Basic | Visual 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 (); }

The alerts by name of section.