InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SingleByteUPSS Property


In This Topic
    SingleByteUPSS Property
    In This Topic
    Gets or sets which Digital UPS character set that is used when SET HOST-CHARACTER-SET is set to a double-byte character set.
    Syntax
    'Declaration
     
    
    Property SingleByteUPSS As SingleByteUPSSOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As SingleByteUPSSOption
     
    instance.SingleByteUPSS = value
     
    value = instance.SingleByteUPSS
    SingleByteUPSSOption SingleByteUPSS {get; set;}

    Property Value

    The default value is DECSupplemental.
    See Also