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