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.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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