AircraftJsonStopovers 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; set; }
Public Property Stopovers As List(Of String)
Get
Set
public:
property List<String^>^ Stopovers {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Stopovers : List<string> with get, set
Property Value
Type:
ListStringSee Also