InfoConnect for Airlines
TelnetXSystem Property


Gets or sets a value indicating whether X SYSTEM is supported in 3270 sessions.
Syntax
'Declaration
 
Property TelnetXSystem As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.TelnetXSystem = value
 
value = instance.TelnetXSystem
bool TelnetXSystem {get; set;}

Property Value

The default is True.
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
X SYSTEM is a keyboard locked state that occurs when the host ends a transmission to the workstation without unlocking the keyboard. Some applications use this to notify you of a message written to the display, which requires that you reset the keyboard before you can type again. Other applications rely on SNA to unlock the keyboard.
See Also