ProximityGadgetClosestAircraftJsonIcao24Invalid Property |
Gets or sets a value indicating that the
Icao24 code is wrong - either it is an unallocated code
or the aircraft is known to be transmitting the wrong code.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Icao24Invalid { get; set; }
Public Property Icao24Invalid As Boolean
Get
Set
public:
property bool Icao24Invalid {
bool get ();
void set (bool value);
}
member Icao24Invalid : bool with get, set
Property Value
Type:
BooleanSee Also