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


In This Topic
    InsertProtocol Property
    In This Topic
    Gets or sets a value that specifies what the terminal does if you attempt to insert a character.
    Syntax
    'Declaration
     
    
    Property InsertProtocol As InsertProtocolOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As InsertProtocolOption
     
    instance.InsertProtocol = value
     
    value = instance.InsertProtocol
    InsertProtocolOption InsertProtocol {get; set;}

    Property Value

    The default value is FirstNull for 5250 terminals and terminals for legacy Reflection sessions. For 3270 terminals, the default value is FirstNullOrTrailingSpace.

    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

    The logic the terminal applies can be over a single field, multiple local fields, or all unprotected fields. See the InsertArena property.

    See Also