AircraftJsonIcao24Invalid 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 Nullable<bool> Icao24Invalid { get; set; }
Public Property Icao24Invalid As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Icao24Invalid {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Icao24Invalid : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also