Click or drag to resize

ReportItemDuration Property

Gets the duration for executing the current item

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public Nullable<TimeSpan> Duration { get; set; }

Property Value

Type: NullableTimeSpan
The duration.
See Also