In This Topic
Gets or sets a value indicating whether Reflection tells the transport protocol to automatically log you on to the host as soon as you establish a connection.
Syntax
expression.AutoSignOn As Boolean
where
expression is a variable that represents a
IbmTerminal Object
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
Exception | Description |
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.
|
See Also