Gets a particular field of the type ApplicationField from the collection.

GetItem()

public ApplicationField GetItem();

GetItem(Int)

public ApplicationField GetItem(int id);

Parameters

Parameter Description
id Specifies the field's identifier set with the ID property. The method returns null, if a field of the type ApplicationField with the specified identifier does not exist.