AircraftListJsonBuilderFilterAirport Property |
Gets or sets an airport code that the aircraft has to be flying from, to or via in order to pass the filter.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterString Airport { get; set; }
Public Property Airport As FilterString
Get
Set
public:
property FilterString^ Airport {
FilterString^ get ();
void set (FilterString^ value);
}
member Airport : FilterString with get, set
Property Value
Type:
FilterStringSee Also