InfoConnect for Airlines VBA Guide
ConnectionSettingsVTMgr Object Members

The following tables list the members exposed by ConnectionSettingsVTMgr.

Properties
 NameDescription
Public PropertyConnectMacroGets or specifies the name of a macro that runs automatically after a connection is established.  
Public PropertyConnectMacroDataGets or specifies a string that passes information to a connect macro. When your connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData.  
Public PropertyDisconnectScriptArgsGets or sets the text string containing the arguments to pass to a disconnect script.  
Public PropertyDisconnectScriptFileGets or sets the text string containing the name of a Reflection Basic script to run when the connection is closed.  
Public PropertyExitAllowedWhen set to true, users can exit InfoConnect and use the Disconnect command while connected to a host.  
Public PropertyExitOnDisconnectCloses InfoConnect automatically when you disconnect from the host, when set to true.  
Public PropertyParentGets the parent object (Terminal).  
Public PropertyParityGets or sets the type of parity on the connection.  
Public PropertyScriptArgsGets or sets the text string containing the arguments to pass to a connect script.  
Public PropertyScriptFileGets or sets the text string containing the name of a Reflection Basic script (for example, a logon script) to run when the connection is established.  
Public PropertyScriptTypeGet or set the type of script file, either Reflection Basic or Reflection command language.  
Top
See Also