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; }
<DataMemberAttribute>
Public Property SortHeaders As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool SortHeaders {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member SortHeaders : bool with 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