Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / AutoSignOn Property


AutoSignOn Property
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
'Declaration
 
Property AutoSignOn As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AutoSignOn = value
 
value = instance.AutoSignOn

Property Value

The default value is False.

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

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

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

See Also