AircraftListJsonBuilderFilterIcao24 Property |
Gets or sets the ICAO24 code that the aircraft must have 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 Icao24 { get; set; }
Public Property Icao24 As FilterString
Get
Set
public:
property FilterString^ Icao24 {
FilterString^ get ();
void set (FilterString^ value);
}
member Icao24 : FilterString with get, set
Property Value
Type:
FilterStringSee Also