Gets the field with the specified name.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Field
public Field Item(
string
) {get;}
Parameters
- name
- The name of the field.
Property Value
The
Field object with the specified
C1.C1Preview.NamedCollectionItem.Name, or an empty field if a field with the specified name was not found.