CsvFieldConfiguration.Name method

Name of this field. If not specified, then the property/field name of the class/struct is used. If a header is written to the CSV file, then this is the value that is used.

public CsvFieldConfiguration Name(string name)

See Also