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 the property/field binding flags. This determines what properties/fields on the custom class are used. Default is Public | Instance.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Containing Type
- CsvHelperSettings
Syntax
public BindingFlags PropertyBindingFlags { get; set; }
Value
Type | Description |
---|---|
BindingFlags |
Defaults to Public | Instance .
|