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


In This Topic
    HostScreenTable Property (IT27Terminal)
    In This Topic

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

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