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


In This Topic
AllowUnpairedSI Property
In This Topic
Gets or sets a value indicating whether to allow an unpaired shift in (SI) with a matching shift out (SO) sequence.
Syntax
'Declaration
 
Property AllowUnpairedSI As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AllowUnpairedSI = value
 
value = instance.AllowUnpairedSI

Property Value

The default is false.
Remarks
This property applies only to IBM 3270 terminal controls. It is not supported for IBM 5250 terminal controls.
See Also