AircraftJsonIcao24Country Property |
Gets or sets the country that the aircraft's
Icao24 was allocated to.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Icao24Country { get; set; }
Public Property Icao24Country As String
Get
Set
public:
property String^ Icao24Country {
String^ get ();
void set (String^ value);
}
member Icao24Country : string with get, set
Property Value
Type:
StringSee Also