[]
Gets or sets the encoding used for the CSV file.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<CsvDataExportSettings.Encodings> Encoding { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<CsvDataExportSettings.Encodings> | An EnumDefaultExportSetting<T> object representing the encoding setting. |