LoadTestCaseRampUpTime Property |
Gets or sets the time of ramp up in seconds that passes from 0 to expected load.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double RampUpTime { get; set; }
<DataMemberAttribute>
Public Property RampUpTime As Double
Get
Set
public:
[DataMemberAttribute]
property double RampUpTime {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member RampUpTime : float with get, set
Property Value
Type:
Double
An
Double value that represents RampUpTime of the current object
See Also