Click or drag to resize

CsvRecordAttributeIgnoreHeaderOnRead Property

Gets or sets a value indicating whether the first line in the file must be ignored when deserializing the object.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
[DefaultValueAttribute(false)]
public bool IgnoreHeaderOnRead { get; set; }

Property Value

Type: Boolean
See Also