Description:

Call this method to get the field with the specified name.

Syntax:
public Field GetField(
String fieldName
)
Parameters:
  • fieldName
  • Type: System.String
  • Field name to search for.
Returns:
Type: Field
If the field exists in the Fields dictionary then the field is returned otherwise; None is returned.
Available since:
5.3

Nothing found