Reflection
HostType Enumeration


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.Wpf.IbmHosts.HostType

See Also