FileHelperAsyncEngineTItem Property (String) |
Get a field value of the current records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic Object this[
string fieldName
] { get; set; }
Public Default Property Item (
fieldName As String
) As Object
Get
Set
Parameters
- fieldName
- Type: SystemString
The name of the field (case sensitive)
Property Value
Type:
Object
See Also