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; }<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public Property Duration As Nullable(Of TimeSpan)
	Get
	Set
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property Nullable<TimeSpan> Duration {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member Duration : Nullable<TimeSpan> with get, set
Property Value
Type: 
NullableTimeSpan
            The duration.
            
See Also