InfoConnect for Airlines
AutoSignOn Property


Gets or sets a value indicating whether InfoConnect 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
bool AutoSignOn {get; set;}

Property Value

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.

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

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