InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / InsertArena Property


In This Topic
    InsertArena Property
    In This Topic
    Gets or sets a value that specifies the extent to which the terminal applies the logic for character insertion as described for the InsertProtocol property.
    Syntax
    'Declaration
     
    
    Property InsertArena As InsertArenaOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As InsertArenaOption
     
    instance.InsertArena = value
     
    value = instance.InsertArena
    InsertArenaOption InsertArena {get; set;}

    Property Value

    The default value (CurrentField) specifies that no change is allowed to any field except the current field.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    Remarks

    See Also