Gets or sets all of the airports between the
From and
To airports, if any.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Airport> Stopovers { get; }
Public ReadOnly Property Stopovers As List(Of Airport)
Get
public:
property List<Airport^>^ Stopovers {
List<Airport^>^ get ();
}
member Stopovers : List<Airport> with get
Property Value
Type:
ListAirportSee Also