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