AircraftJsonIcao24 Property |
Gets or sets the 24-bit Mode-S identifier of the aircraft.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Icao24 { get; set; }
Public Property Icao24 As String
Get
Set
public:
property String^ Icao24 {
String^ get ();
void set (String^ value);
}
member Icao24 : string with get, set
Property Value
Type:
StringSee Also