InfoConnect for Unisys
IConnectionSettingsCommon Interface Members
Properties 

The following tables list the members exposed by IConnectionSettingsCommon.

Public Properties
 NameDescription
 PropertyConnectMacroGets or specifies the name of a macro that runs automatically after a connection is established.  
 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.  
 PropertyDisconnectScriptArgsGets or sets the text string that contains the arguments to pass to a disconnect script.  
 PropertyDisconnectScriptFileGets or sets the text string that contains the name of a Reflection Basic script to run when the connection is closed.  
 PropertyExitAllowedWhen set to true, users can quit InfoConnect and use the Disconnect command while connected to a host.  
 PropertyExitOnDisconnectWhen set to true, InfoConnect quits automatically when you disconnect from the host.  
 PropertyParityGets or sets the type of parity on the connection.  
 PropertyScriptArgsGets or sets the text string that contains arguments to pass to a connect script.  
 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).  
 PropertyScriptTypeGets or sets the type of script file, either Reflection Basic (RBS) or Reflection Command Language (RCL).  
Top
See Also