Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / GetFields Method
FieldType enum selection.


In This Topic
GetFields Method
In This Topic
Gets a host field collection that matches specifed fieldAttributes.
Syntax
'Declaration
 
Function GetFields( _
   ByVal fieldType As FieldType _
) As HostField()
 
'Usage
 
Dim instance As IIbmScreen
Dim fieldType As FieldType
Dim value() As HostField
 
value = instance.GetFields(fieldType)

Parameters

fieldType
FieldType enum selection.

Return Value

Host field collection.
See Also