[]
Gets the Field with specified name, throws an exception if field not found.
public Field this[string fieldName] { get; }
Public ReadOnly Default Property Item(fieldName As String) As Field
Type | Name | Description |
---|---|---|
string | fieldName | The field's name. |
Type | Description |
---|---|
Field | Returns the field with specified name. |