InfoConnect for Unisys
AS400TransportOption Enumeration


Specifies the protocol to use.
Syntax
'Declaration
 
Public Enum AS400TransportOption 
   Inherits System.Enum
'Usage
 
Dim instance As AS400TransportOption
public enum AS400TransportOption : System.Enum 
Members
MemberDescription
LipiTcpUse TCP/IP
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.AS400TransportOption

See Also