StressTestCasePeakDuration Property |
Gets or sets the duration of the test under peak load.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double PeakDuration { get; set; }
<DataMemberAttribute>
Public Property PeakDuration As Double
Get
Set
public:
[DataMemberAttribute]
property double PeakDuration {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member PeakDuration : float with get, set
Property Value
Type:
Double
The duration of the peak.
See Also