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