InfoConnect for Airlines
TelnetLFAfterCR Property (IConnectionSettingsTelnet)


Specifies whether InfoConnect 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.
See Also