SearchBaseStationCriteriaCountry Property |
Gets or sets the ICAO24 country to search for.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterString Country { get; set; }
Public Property Country As FilterString
Get
Set
public:
property FilterString^ Country {
FilterString^ get ();
void set (FilterString^ value);
}
member Country : FilterString with get, set
Property Value
Type:
FilterStringSee Also