Gets a particular field of the type Application
public ApplicationField GetItem();
Public Function GetItem() As ApplicationField
public ApplicationField GetItem(int id);
Public Function GetItem(ByVal id As Integer) As ApplicationField
Parameter | Description |
---|---|
id | Specifies the field's identifier set with the ID property. The method returns null, if a field of the type Application |