 | CsvColumnQuoting Property |
Gets or sets the override of Quoting mode
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic CsvQuotingMode Quoting { get; set; }
Public Property Quoting As CsvQuotingMode
Get
Set
Dim instance As CsvColumn
Dim value As CsvQuotingMode
value = instance.Quoting
instance.Quoting = value
member Quoting : CsvQuotingMode with get, set
Property Value
Type:
CsvQuotingMode
Remarks
See Also