BaseStationSettingsLookupAircraftDetailsOnline Property |
Gets or sets a value indicating that the program should lookup aircraft details online.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool LookupAircraftDetailsOnline { get; set; }
Public Property LookupAircraftDetailsOnline As Boolean
Get
Set
public:
property bool LookupAircraftDetailsOnline {
bool get ();
void set (bool value);
}
member LookupAircraftDetailsOnline : bool with get, set
Property Value
Type:
BooleanSee Also