InfoConnect for Airlines
ConnectionID Property (ITerminal)


Gets the integer value that uniquely identifies the current connection.
Syntax
'Declaration
 
ReadOnly Property ConnectionID As Integer
'Usage
 
Dim instance As ITerminal
Dim value As Integer
 
value = instance.ConnectionID
int ConnectionID {get;}
Remarks
This value can be used with the ResumeConnection method to resume a suspended connection.
See Also