Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / GetFields Method
FieldType enum selection.
In This Topic
    GetFields Method
    In This Topic
    Gets a host field collection that matches specifed fieldAttributes.
    Syntax
    expression.GetFields( _
       ByVal fieldType As FieldType _
    ) As HostField() object 
    where expression is a variable that represents a IbmScreen Object

    Parameters

    fieldType
    FieldType enum selection.

    Return Value

    Host field collection.
    See Also