Click or drag to resize

DataStorageHasHeader Property

Gets or sets if the headers should be written to the data storage if supported

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
An Boolean value that represents HasHeader of the current object
See Also