Reflection
IConnectionSettingsVTMgr Interface Properties

For a list of all members of this type, see IConnectionSettingsVTMgr members.

Public Properties
 NameDescription
 PropertyConnectMacroGets or specifies the name of a macro that runs automatically after a connection is established. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyConnectMacroDataGets or specifies a string that passes information to a connect macro. When the connect macro runs, the value of MacroData is set equal to the value of ConnectMacroData. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyDisconnectScriptArgsGets or sets the text string that contains the arguments to pass to a disconnect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyDisconnectScriptFileGets or sets the text string that contains the name of a Reflection Basic script to run when the connection is closed. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyExitAllowedWhen set to true, users can quit Reflection and use the Disconnect command while connected to a host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyExitOnDisconnectWhen set to true, Reflection quits automatically when you disconnect from the host. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyHostAddressGets or sets the name of the host to which to connect.  
 PropertyNSVTPortThe port number to use when establishing the VT-MGR connection.  
 PropertyParityGets or sets the type of parity on the connection. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyScriptArgsGets or sets the text string that contains arguments to pass to a connect script. (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyScriptFileGet or set the text string that contains the name of a Reflection Basic script to run when the connection is established (for example, a logon script). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyScriptTypeGets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL). (Inherited from Attachmate.Reflection.Emulation.OpenSystems.IConnectionSettingsCommon)
 PropertyTimeoutSpecifies the time (in milliseconds) during which Reflection attempts to make a connection before timing out.  
Top
See Also