TextFieldAttribute.Name property

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 string Name { get; set; }

See Also