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


In This Topic
    TranslateSOSI Property
    In This Topic
    Gets or sets a value indicating whether to enable SO/SI character translation on data sent to the host.
    Syntax
    'Declaration
     
    
    Property TranslateSOSI As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.TranslateSOSI = value
     
    value = instance.TranslateSOSI
    bool TranslateSOSI {get; set;}
    See Also