BaseStationAircraftPreviousID Property |
Gets or sets the previous Mode-S ID of the aircraft (I think? not sure, never seen this set).
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PreviousID { get; set; }
Public Property PreviousID As String
Get
Set
public:
property String^ PreviousID {
String^ get ();
void set (String^ value);
}
member PreviousID : string with get, set
Property Value
Type:
StringSee Also