LoadTestCasePerformanceThresholds Property |
Gets or sets the performance thresholds of the current load test
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public ObservableCollection<PerformanceThreshold> PerformanceThresholds { get; set; }
<DataMemberAttribute>
Public Property PerformanceThresholds As ObservableCollection(Of PerformanceThreshold)
Get
Set
public:
[DataMemberAttribute]
property ObservableCollection<PerformanceThreshold^>^ PerformanceThresholds {
ObservableCollection<PerformanceThreshold^>^ get ();
void set (ObservableCollection<PerformanceThreshold^>^ value);
}
[<DataMemberAttribute>]
member PerformanceThresholds : ObservableCollection<PerformanceThreshold> with get, set
Property Value
Type:
ObservableCollectionPerformanceThreshold
The List represents zero or more performance thresholds.
See Also