RecordOptionsFieldsNames Property |
Returns an string array with the fields names.
Note : Do NOT change the values of the array, clone it first if needed
Namespace:
FileHelpers.Options
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic string[] FieldsNames { get; }
Public ReadOnly Property FieldsNames As String()
Get
Return Value
Type:
StringAn string array with the fields names.
See Also