Gets an Alert collection by name or creates it if not defined yet.

C# | Visual Basic | Visual C++ |
ObservableCollection<Alert> GetOrCreateSection( string section )
Function GetOrCreateSection ( _ section As String _ ) As ObservableCollection(Of Alert)
ObservableCollection<Alert^>^ GetOrCreateSection( String^ section )

- section (String)
- The section.
