InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / LFInterpretation Property


In This Topic
    LFInterpretation Property
    In This Topic
    Gets or sets a value indicating how line feeds are interpreted
    Syntax
    'Declaration
     
    
    Property LFInterpretation As LineFeedInterpretationOption
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As LineFeedInterpretationOption
     
    instance.LFInterpretation = value
     
    value = instance.LFInterpretation
    LineFeedInterpretationOption LFInterpretation {get; set;}
    See Also