InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / ExitOnDisconnect Property
In This Topic
ExitOnDisconnect Property (ConnectionSettingsSecureShell)
In This Topic
When set to true, InfoConnect closes automatically when you disconnect from the host.
Syntax
expression.ExitOnDisconnect As Boolean
where expression is a variable that represents a ConnectionSettingsSecureShell Object
Remarks
The default value is false. This value can be changed during an open connection.
See Also