TelnetUseEmulatorTermType Property (IConnectionSettingsTelnet)
In This Topic
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.
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.
See Also