LoadTestReportItemIterationExecutionTime Property  | 
 
            Gets or sets the iteration execution time during the last execution.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public List<MeasurePoint> IterationExecutionTime { get; set; }<DataMemberAttribute>
Public Property IterationExecutionTime As List(Of MeasurePoint)
	Get
	Set
public:
[DataMemberAttribute]
property List<MeasurePoint^>^ IterationExecutionTime {
	List<MeasurePoint^>^ get ();
	void set (List<MeasurePoint^>^ value);
}[<DataMemberAttribute>]
member IterationExecutionTime : List<MeasurePoint> with get, set
Property Value
Type: 
ListMeasurePoint
            The iteration cycle time.
            
See Also