InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ElfAtochemEmulation Property


In This Topic
    ElfAtochemEmulation Property
    In This Topic
    Gets or sets a value indicating whether Elf Autochem terminal emulation is enabled.
    Syntax
    'Declaration
     
    
    Property ElfAtochemEmulation As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.ElfAtochemEmulation = value
     
    value = instance.ElfAtochemEmulation
    bool ElfAtochemEmulation {get; set;}

    Property Value

    The default value is false.
    See Also