AircraftListJsonBuilderArgsPreviousAircraft Property |
Gets the list of aircraft that the browser was told about the last time it asked for a list.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<int> PreviousAircraft { get; }
Public ReadOnly Property PreviousAircraft As List(Of Integer)
Get
public:
property List<int>^ PreviousAircraft {
List<int>^ get ();
}
member PreviousAircraft : List<int> with get
Property Value
Type:
ListInt32See Also