Send comments on this topic.
AutoSignOn Property
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > IbmTerminal Object : AutoSignOn Property
Gets or sets a value that specifies whether Reflection tells the transport protocol to automatically log you on to the host as soon as you establish a connection.

Syntax

 
Object.AutoSignOn As Boolean

Property Value

The default value is False.

When this property is true, automatic sign on is used and Reflection signs on using the user and password values configured by the UserName and Password properties.

Exceptions

ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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

This property applies only to 5250 sessions.

If you are connecting using Telnet, you can use the TelnetEnvironment property to specify additional, non-default sign-on information.

See Also