Click or drag to resize
ISimpleAircraftListSource Property
Gets or sets the aircraft source - overrides the base version which is read-only.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AircraftListSource Source { get; set; }

Property Value

Type: AircraftListSource

Implements

IAircraftListSource
Remarks
Writes to this are not particularly thread-safe but it is anticipated that it will only be written once when the list is first created and then left alone. This value is sent to the web site but as at the time of writing it is unused, it's just there for diagnostic purposes.
See Also