InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / ScreenHostTable Property


In This Topic
    ScreenHostTable Property (IT27Terminal)
    In This Topic

    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