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; }
<DataMemberAttribute>
Public Property HasHeader As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool HasHeader {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member HasHeader : bool with get, set
Property Value
Type:
Booleantrue if the data source has header; otherwise,
false.
See Also