InfoConnect for Unisys
LFInterpretation Property


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