Attachmate Reflection 2014 .NET API Reference
TelnetLFAfterCR Property (IConnectionSettingsTelnet)


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
bool TelnetLFAfterCR {get; set;}

Property Value

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

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsTelnet Interface
IConnectionSettingsTelnet Members

Send Feedback