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