AircraftTypeManufacturers Property |
Gets a list of every manufacturer that has an aircraft that uses this type code.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IList<string> Manufacturers { get; }
Public ReadOnly Property Manufacturers As IList(Of String)
Get
public:
property IList<String^>^ Manufacturers {
IList<String^>^ get ();
}
member Manufacturers : IList<string> with get
Property Value
Type:
IListStringSee Also