[]
Gets or sets the mode for applying quotations in the text file.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<QuotationMode> QuotationMode { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<QuotationMode> | An EnumDefaultExportSetting<T> object representing how and when to apply quotations. |
If AutoQuote
value than simple values will be exported without quotes.
If AlwaysQuote
value than all exported values will always be quoted.