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