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; }
<DataMemberAttribute>
Public Property CustomControlPoints As ObservableCollection(Of MeasurePoint)
Get
Set
public:
[DataMemberAttribute]
property ObservableCollection<MeasurePoint^>^ CustomControlPoints {
ObservableCollection<MeasurePoint^>^ get ();
void set (ObservableCollection<MeasurePoint^>^ value);
}
[<DataMemberAttribute>]
member CustomControlPoints : ObservableCollection<MeasurePoint> with 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