InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / TabCharacter Property


In This Topic
    TabCharacter Property
    In This Topic
    Gets or sets the character in the PC file that will be converted to a tab character when the file is uploaded to the OS 2200 Editor. Once this character is converted to a tab on the OS 2200 Editor, it cannot be converted back to the original character. If you do not want to convert any characters in the PC file to tab characters, type a character that does not exist in the PC file, such as |.
    Syntax
    'Declaration
     
    
    Property TabCharacter As String
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As String
     
    instance.TabCharacter = value
     
    value = instance.TabCharacter
    string TabCharacter {get; set;}
    See Also