| BaseStationMessageSessionId Property  | 
            Gets or sets the identifier of the BaseStation session.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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: 
Int32
See Also