InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400ColumnSeperatorOption Enumeration


In This Topic
    AS400ColumnSeperatorOption Enumeration
    In This Topic
    Specifies valid character values to use as the column separator in 5250 terminal sessions.
    Syntax
    'Declaration
     
    
    Public Enum AS400ColumnSeperatorOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400ColumnSeperatorOption
    public enum AS400ColumnSeperatorOption : System.Enum 
    Members
    MemberDescription
    DotsDots or periods (.) are used to render separate columns.
    VerticalLinesVertical lines (|) are used to render separate columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.AS400ColumnSeperatorOption

    See Also