AircraftDetailModelIcao Property |
Gets the model ICAO. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ModelIcao { get; }
Public ReadOnly Property ModelIcao As String
Get
public:
property String^ ModelIcao {
String^ get ();
}
member ModelIcao : string with get
Property Value
Type:
StringSee Also