GoogleMapSettingsPreferIataAirportCodes Property |
Gets or sets a value indicating that IATA codes should be used to describe airports whenever possible.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool PreferIataAirportCodes { get; set; }
Public Property PreferIataAirportCodes As Boolean
Get
Set
public:
property bool PreferIataAirportCodes {
bool get ();
void set (bool value);
}
member PreferIataAirportCodes : bool with get, set
Property Value
Type:
BooleanSee Also