| RawDecodingSettingsIgnoreInvalidCodeBlockInOtherMessages Property  | 
            Gets or sets a value indicating that ICAOs that are not in a recognised code block
            are to be ignored for messages that do not have parity.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IgnoreInvalidCodeBlockInOtherMessages { get; set; }Public Property IgnoreInvalidCodeBlockInOtherMessages As Boolean
	Get
	Set
public:
property bool IgnoreInvalidCodeBlockInOtherMessages {
	bool get ();
	void set (bool value);
}member IgnoreInvalidCodeBlockInOtherMessages : bool with get, set
Property Value
Type: 
Boolean
See Also