Gets or sets whether the CSV document has a header that should be used to provide aliases for indexed columns.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public bool HasHeader { get; set; }
Visual Basic (Declaration)
Public Property HasHeader As Boolean

Field Value

The default value is false which indicates that the file does not have a header.

See Also