InfoConnect API Guide
Attachmate.Reflection.UserControl.IbmHosts Namespace / HostType Enumeration


In This Topic
    HostType Enumeration
    In This Topic
    Host types supported for this terminal user control.
    Syntax
    'Declaration
     
    
    Public Enum HostType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HostType
    public enum HostType : System.Enum 
    Members
    MemberDescription
    IBM3270Creating IBM 3270 host type.
    IBM5250Creating IBM 5250 host type
    NoneUndefined host type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.UserControl.IbmHosts.HostType

    See Also