| RawDecodingSettingsSuppressReceiverRangeCheck Property  | 
            Gets or sets a value indicating that decoded locations that are further away than the receiver can see are still
            allowed through, disabling part of the ICAO reasonableness tests.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool SuppressReceiverRangeCheck { get; set; }Public Property SuppressReceiverRangeCheck As Boolean
	Get
	Set
public:
property bool SuppressReceiverRangeCheck {
	bool get ();
	void set (bool value);
}member SuppressReceiverRangeCheck : bool with get, set
Property Value
Type: 
Boolean
See Also