InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / ExitOnDisconnect Property
In This Topic
ExitOnDisconnect Property (ConnectionSettingsTelnet)
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 ConnectionSettingsTelnet Object
Remarks
The default value is false. This value can be changed during an open connection.
See Also