Click or drag to resize

CustomLoadTestCaseCustomControlPoints Property

Gets or sets a list of time point and the expected load at that point

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<MeasurePoint> CustomControlPoints { get; set; }

Property Value

Type: ObservableCollectionMeasurePoint
The custom loads as a list of MeasurePoints, for each point the Time indicates the control point in second, and Value represents a expected load at that point.
See Also