AircraftJsonNumberOfEngines Property |
Gets or sets the number of engines that the aircraft has - note that this is a copy of the ICAO8643 engine count which is not
always a number!
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string NumberOfEngines { get; set; }
Public Property NumberOfEngines As String
Get
Set
public:
property String^ NumberOfEngines {
String^ get ();
void set (String^ value);
}
member NumberOfEngines : string with get, set
Property Value
Type:
StringSee Also