InfoConnect for Unisys
ScreenHostTable Property (IT27Terminal)


Gets or sets the name of the translation table (.TBL file) to use to convert displayed characters before they are sent to the host.

Syntax
'Declaration
 
Property ScreenHostTable As String
'Usage
 
Dim instance As IT27Terminal
Dim value As String
 
instance.ScreenHostTable = value
 
value = instance.ScreenHostTable
string ScreenHostTable {get; set;}
See Also