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


In This Topic
    SOHExitsForms Property
    In This Topic
    Gets or sets a value indicating whether a Start of Header causes an exit of the form.
    Syntax
    'Declaration
     
    
    Property SOHExitsForms As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.SOHExitsForms = value
     
    value = instance.SOHExitsForms
    bool SOHExitsForms {get; set;}
    See Also