This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CsvHelper.
Summary
Gets or sets a value indicating to ignore private accessors when reading and writing. By default you can't read from a private getter or
write to a private setter. Turn this on will allow that. Properties that can't be read from or written to are silently ignored.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Containing Type
- CsvHelperSettings
Syntax
public bool IgnorePrivateAccessor { get; set; }
Value
Type | Description |
---|---|
bool |