InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetUseEmulatorTermType Property


In This Topic
    TelnetUseEmulatorTermType Property (IConnectionSettingsTelnet)
    In This Topic
    When this value is false, InfoConnect uses the current terminal setting as determined by the value of TelnetTermType when the server requests the terminal type.
    Syntax
    'Declaration
     
    
    Property TelnetUseEmulatorTermType As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.TelnetUseEmulatorTermType = value
     
    value = instance.TelnetUseEmulatorTermType
    bool TelnetUseEmulatorTermType {get; set;}

    Property Value

    The default value is false. This value cannot be changed if the connection is open.
    Remarks
    When this value is true, InfoConnect uses the terminal setting as determined by the value of the DAResponse property when the server requests the terminal type.
    See Also