InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetLFAfterCR Property


In This Topic
    TelnetLFAfterCR Property (IConnectionSettingsTelnet)
    In This Topic
    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