BaseStationFlightSessionID Property |
Gets or sets the unique identifier of the
BaseStationSession record that was current
when the flight was recorded.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int SessionID { get; set; }
Public Property SessionID As Integer
Get
Set
public:
property int SessionID {
int get ();
void set (int value);
}
member SessionID : int with get, set
Property Value
Type:
Int32See Also