TelnetTermDefault Property (IConnectionSettingsTelnet)
In This Topic
The terminal type string that is sent as a backup to the Telnet server if the server requests this information and doesn't recognize the current value set for TelnetTermType.
Syntax
'Declaration
Property TelnetTermDefault As String
'Usage
Dim instance As IConnectionSettingsTelnet
Dim value As String
instance.TelnetTermDefault = value
value = instance.TelnetTermDefault
string TelnetTermDefault {get; set;}
Property Value
The default value UNIX and OpenVMS, and ReGIS Graphics emulations is "VT100,DEC-VT100". This value cannot be changed if the connection is open.
See Also