InfoConnect for Airlines
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
bool SupportDbcsFeatures {get; set;}

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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