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


SupportDbcsFeatures Property
Gets or sets a value indicating whether double-byte character support is enabled.
Syntax
'Declaration
 
Property SupportDbcsFeatures As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.SupportDbcsFeatures = value
 
value = instance.SupportDbcsFeatures

Property Value

The default value is False.
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
This property is applicable to double-byte 3270 sessions only.
See Also