TelnetUseEmulatorTermType Property (IConnectionSettingsTelnet)
When this value is false, Reflection uses the current terminal setting as determined by the value of TelnetTermType when the server requests the terminal type.
bool TelnetUseEmulatorTermType {get; set;}
'Declaration
Property TelnetUseEmulatorTermType As Boolean
'Usage
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
instance.TelnetUseEmulatorTermType = value
value = instance.TelnetUseEmulatorTermType
Property Value
The default value is false. This value cannot be changed if the connection is open.