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