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


In This Topic
    TransferHostSysOption Enumeration
    In This Topic
    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