'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 Reflection signs on using the user and password values configured by the the UserName property and Password properties.