Click or drag to resize

DataStorageSortHeaders Property

Gets or sets a value indicating whether headers should be sorted alphabetically to the data storage.

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

Property Value

Type: Boolean
An Boolean value that represents SortHeaders of the current object. : Headers will be stored in alphabetic order of current culture.
See Also