CsvHelperSettings.

PropertyBindingFlags Property

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.