ISimpleAircraftListSource Property |
Gets or sets the aircraft source - overrides the base version which is read-only.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax AircraftListSource Source { get; set; }
Property Source As AircraftListSource
Get
Set
property AircraftListSource Source {
AircraftListSource get ();
void set (AircraftListSource value);
}
abstract Source : AircraftListSource with get, set
Property Value
Type:
AircraftListSourceImplements
IAircraftListSourceRemarks
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