Click or drag to resize

PerformanceThresholdValue Property

Gets or sets the threshold of the indicated quality gate.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public double Value { get; set; }

Property Value

Type: Double
The threshold value. For time based values, the unit is second.
See Also