Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400HostTPOption Enumeration


AS400HostTPOption Enumeration
Specifies which transation program to use.
Syntax
'Declaration
 
Public Enum AS400HostTPOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As AS400HostTPOption
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