Click or drag to resize

CsvColumn Class

A column in the CSV.
Inheritance Hierarchy
SystemObject
  NLog.LayoutsCsvColumn

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public class CsvColumn

The CsvColumn type exposes the following members.

Constructors
  NameDescription
Public methodCsvColumn
Initializes a new instance of the CsvColumn class.
Public methodCsvColumn(String, Layout)
Initializes a new instance of the CsvColumn class.
Top
Properties
  NameDescription
Public propertyLayout
Gets or sets the layout of the column.
Public propertyName
Gets or sets the name of the column.
Public propertyQuoting
Gets or sets the override of Quoting mode
Top
See Also