InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / SupportDbcsFeatures Property


In This Topic
    SupportDbcsFeatures Property
    In This Topic
    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
    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