InfoConnect for Airlines
TransferHostSysOption Enumeration


Specifies which 3270 operating environment the host is running.
Syntax
'Declaration
 
Public Enum TransferHostSysOption 
   Inherits System.Enum
'Usage
 
Dim instance As TransferHostSysOption
public enum TransferHostSysOption : System.Enum 
Members
MemberDescription
CICSThe host environment is CICS.
CMSThe host environment is CMS.
TSOThe host environment is TSO.
Inheritance Hierarchy

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

See Also