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


In This Topic
AllowDBCSinSBCSField5250 Property
In This Topic
Gets or sets a value indicating whether double-byte character sets in single-byte character set fields are allowed.
Syntax
'Declaration
 
Property AllowDBCSinSBCSField5250 As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.AllowDBCSinSBCSField5250 = value
 
value = instance.AllowDBCSinSBCSField5250
Remarks
The default is false.
See Also