Click or drag to resize
AircraftTypeModels Property
Gets a list of every model that is covered by this type code. There will be one entry in this list for every entry in Manufacturers.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<string> Models { get; }

Property Value

Type: IListString
See Also