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

GetItem()

public ApplicationField GetItem();
Public Function GetItem() As ApplicationField

GetItem(Int)

public ApplicationField GetItem(int id);
Public Function GetItem(ByVal id As Integer) As ApplicationField

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.