Attachmate.Reflection.Emulation.IbmHosts Namespace > IIbmTerminal Interface : AutoSignOn Property |
'Declaration
Property AutoSignOn As Boolean
'Usage
Dim instance As IIbmTerminal Dim value As Boolean instance.AutoSignOn = value value = instance.AutoSignOn
bool AutoSignOn {get; set;}
The default value is False.
When this property is True, automatic sign on is used. That means InfoConnect signs on using the user and password values configured by the the UserName property and Password properties.
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. |
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.