[]
Gets or sets the quotation mode for values in the CSV file. If AlwaysQuote value than all exported values will always be quoted.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<QuotationMode> QuotationMode { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<QuotationMode> | An EnumDefaultExportSetting<T> object representing the quotation mode setting. |