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


In This Topic
TelnetLFAfterCR Property (IConnectionSettingsTelnet)
In This Topic
Specifies whether Reflection sends a linefeed character whenever a carriage return is sent.
Syntax
'Declaration
 
Property TelnetLFAfterCR As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.TelnetLFAfterCR = value
 
value = instance.TelnetLFAfterCR

Property Value

The default value is false. This value cannot be changed if the connection is open.
See Also