Click or drag to resize

DataSourceHasHeader Property

Gets or sets a value indicating whether the data source has header.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool HasHeader { get; set; }

Property Value

Type: Boolean
true if the data source has header; otherwise, false.
See Also