Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetUseEmulatorTermType Property


In This Topic
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

Property Value

The default value is false. This value cannot be changed if the connection is open.
Remarks
When this value is true, Reflection uses the terminal setting as determined by the value of the DAResponse property when the server requests the terminal type.
See Also