CsvHelperSettings.

IgnorePrivateAccessor Property

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