InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TelnetTerminalID Property


In This Topic
    TelnetTerminalID Property
    In This Topic
    Gets or sets the Telnet terminal ID string that InfoConnect generates and sends to the Telnet gateway, based on the Model ID you select in the session settings.
    Syntax
    'Declaration
     
    
    Property TelnetTerminalID As String
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As String
     
    instance.TelnetTerminalID = value
     
    value = instance.TelnetTerminalID
    string TelnetTerminalID {get; set;}
    Exceptions
    ExceptionDescription
    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
    This allows you to specify a Telnet terminal ID that InfoConnect does not implicitly support (but might work with), such as FUJITSU.

    If this property is set to a text string, that text string replaces the Telnet terminal ID string that InfoConnect generates. Leave this setting blank if you want to use the Model ID specified in the session settings.

    This property applies to Telnet sessions only. The default value is "".

    See Also