ProximityGadgetClosestAircraftJsonStopovers Property |
Gets or sets a list of airports that the aircraft will be stopping at on its way to
Destination.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> Stopovers { get; }
Public ReadOnly Property Stopovers As List(Of String)
Get
public:
property List<String^>^ Stopovers {
List<String^>^ get ();
}
member Stopovers : List<string> with get
Property Value
Type:
ListStringSee Also