AircraftListJsonBuilderFilterIcao24Country Property |
Gets or sets the text that will be compared to an aircraft's ICAO24 country before it can 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 Icao24Country { get; set; }
Public Property Icao24Country As FilterString
Get
Set
public:
property FilterString^ Icao24Country {
FilterString^ get ();
void set (FilterString^ value);
}
member Icao24Country : FilterString with get, set
Property Value
Type:
FilterStringSee Also