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