BaseStationAircraftRegisteredOwners Property |
Gets or sets the operator of the aircraft.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string RegisteredOwners { get; set; }
Public Property RegisteredOwners As String
Get
Set
public:
property String^ RegisteredOwners {
String^ get ();
void set (String^ value);
}
member RegisteredOwners : string with get, set
Property Value
Type:
StringSee Also