InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / AlternateUS Property


In This Topic
    AlternateUS Property
    In This Topic
    Gets or sets the hex character sent and interpreted as the beginning delimiter of left-justified unprotected fields. The valid range of values is 0 - 127 inclusive. The default is the US character (0x1F)
    Syntax
    'Declaration
     
    
    Property AlternateUS As Integer
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Integer
     
    instance.AlternateUS = value
     
    value = instance.AlternateUS
    int AlternateUS {get; set;}
    See Also