AircraftDetailOperatorIcao Property |
Gets the operator code. 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 OperatorIcao { get; }
Public ReadOnly Property OperatorIcao As String
Get
public:
property String^ OperatorIcao {
String^ get ();
}
member OperatorIcao : string with get
Property Value
Type:
StringSee Also