Reflection
TelnetTerminalID Property


Gets or sets the Telnet terminal ID string that Reflection 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
Attachmate.Reflection.SecuredSettingException 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 Reflection 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 Reflection 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