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