Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / InsertProtocol Property


InsertProtocol Property
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

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