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


In This Topic
    GetTextAttr Enumeration
    In This Topic
    Describes the field types to return.
    Syntax
    'Declaration
     
    
    Public Enum GetTextAttr 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GetTextAttr
    public enum GetTextAttr : System.Enum 
    Members
    MemberDescription
    AnyAll fields.
    HiddenHidden fields such as password.
    NoneNo fields.
    ProtectedRead-only fields.
    ProtectionMaskMask selecting only the 'Protection' attributes.
    UnprotectedRead/write fields.
    VisibilityMaskMask selecting only the 'Visibilty' attributes.
    VisibleVisible fields.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.GetTextAttr

    See Also