InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / Attributes Property
Example
In This Topic
    Attributes Property (HostField)
    In This Topic
    Gets a bit mask that contains all of the field attributes.
    Syntax
    expression.Attributes As FieldAttributes
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim attribute As FieldAttributes 
                
    'Get FieldAttributes.
    attribute = host.Attributes
    See Also