Click or drag to resize

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; }

Property Value

Type: ObservableCollectionPerformanceThreshold
The List represents zero or more performance thresholds.
See Also