| BaseStationSettingsIgnoreBadMessages Property  | 
            Gets or sets a value indicating that badly formatted messages on the feed should be ignored rather than triggering a disconnection
            from the feed.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IgnoreBadMessages { get; set; }Public Property IgnoreBadMessages As Boolean
	Get
	Set
public:
property bool IgnoreBadMessages {
	bool get ();
	void set (bool value);
}member IgnoreBadMessages : bool with get, set
Property Value
Type: 
Boolean
Remarks
            This has been retired - the program sets this to true and the configuration loader is expected to force it to true on load. Bad
            messages will no longer disconnect the listener.
            
See Also