| 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.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<string> Models { get; }Public ReadOnly Property Models As IList(Of String)
	Get
public:
property IList<String^>^ Models {
	IList<String^>^ get ();
}member Models : IList<string> with get
Property Value
Type: 
IListString
See Also