| ConfigurationListenerGroup Enumeration | 
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic enum ConfigurationListenerGroup
Public Enumeration ConfigurationListenerGroup
public enum class ConfigurationListenerGroup
type ConfigurationListenerGroup
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Configuration | 0 | The property belongs to the top-level Configuration object. | 
|  | Access | 1 | The property belongs to an Access object. | 
|  | Audio | 2 | The property belongs to the AudioSettings object. | 
|  | BaseStation | 3 | The property belongs to the BaseStationSettings object. | 
|  | FlightRoute | 4 | The property belongs to the FlightRouteSettings object. | 
|  | GoogleMapSettings | 5 | The property belongs to the GoogleMapSettings object. | 
|  | InternetClientSettings | 6 | The property belongs to the InternetClientSettings object. | 
|  | MergedFeed | 7 | The property belongs to a MergedFeed object. | 
|  | MergedFeedReceiver | 8 | The property belongs to a MergedFeedReceiver object. | 
|  | MonoSettings | 9 | The property belongs to the MonoSettings object. | 
|  | RawDecodingSettings | 10 | The property belongs to the RawDecodingSettings object. | 
|  | RebroadcastSetting | 11 | The property belongs to a RebroadcastSetting object. | 
|  | Receiver | 12 | The property belongs to a Receiver object. | 
|  | ReceiverLocation | 13 | The property belongs to a ReceiverLocation object. | 
|  | VersionCheckSettings | 14 | The property belongs to the VersionCheckSettings object. | 
|  | WebServerSettings | 15 | The property belongs to the WebServerSettings object. | 
 See Also
See Also