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