Gets the
Field with specified name, throws an exception if field not found.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.String _
) As Field
public Field Item(
System.string
) {get;}
Parameters
- fieldName
- The field's name.
Property Value
Returns the field with specified name.