AircraftOnlineLookupDetailModelIcao Property |
Gets or sets the aircraft model's ICAO 8643 code.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ModelIcao { get; set; }
Public Property ModelIcao As String
Get
Set
public:
property String^ ModelIcao {
String^ get ();
void set (String^ value);
}
member ModelIcao : string with get, set
Property Value
Type:
StringSee Also