StressTestCaseRampUpToPeakTime Property |
Gets or sets the time in seconds that ramps up from expected load to peak load.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double RampUpToPeakTime { get; set; }
<DataMemberAttribute>
Public Property RampUpToPeakTime As Double
Get
Set
public:
[DataMemberAttribute]
property double RampUpToPeakTime {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member RampUpToPeakTime : float with get, set
Property Value
Type:
Double
The time in number of seconds that ramps up from expected load to peak load.
See Also