Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / AutoConnect Property
AutoConnect Property (Terminal)
Gets or sets a value that specifes whether to attempt a host connection as soon as the current settings file is loaded.
Syntax
expression.AutoConnect As Boolean
where expression is a variable that represents a Terminal Object
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
You must save the current settings file after changing the value of this property. This property causes an error when Reflection is connected to a host. Use the IsConnected property to determine if a connection already exists.
See Also