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


In This Topic
    AS400HostTPOption Enumeration
    In This Topic
    Specifies which transation program to use.
    Syntax
    'Declaration
     
    
    Public Enum AS400HostTPOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400HostTPOption
    public enum AS400HostTPOption : System.Enum 
    Members
    MemberDescription
    EhntfwUse EHNTFW transaction program.
    LipiUse LIPI transaction program.
    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    Inheritance Hierarchy

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

    See Also