Reflection
AllowUnpairedSI Property


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
bool AllowUnpairedSI {get; set;}
Remarks
The default is false.
See Also