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


TransferHostSysOption Enumeration
Specifies which 3270 operating environment the host is running.
Syntax
'Declaration
 
Public Enum TransferHostSysOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TransferHostSysOption
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