InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmReceivedLF Property


In This Topic
    IbmReceivedLF Property
    In This Topic
    Gets or sets how a received line feed is interpreted during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Property IbmReceivedLF As IbmReceivedLFOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As IbmReceivedLFOption
     
    instance.IbmReceivedLF = value
     
    value = instance.IbmReceivedLF
    IbmReceivedLFOption IbmReceivedLF {get; set;}
    See Also