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; }
<DefaultValueAttribute(false)>
Public Property IgnoreHeaderOnRead As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool IgnoreHeaderOnRead {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member IgnoreHeaderOnRead : bool with get, set
Property Value
Type:
Boolean
See Also