Admin Production rocket
Current Publication

Enumerations

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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
Member Description
IBM3270 Creating IBM 3270 host type.
IBM5250 Creating IBM 5250 host type
None Undefined host type.
Inheritance Hierarchy

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

See Also