SpikeTestCaseExpectedSpikeLoad Property |
Gets or sets the expected peak load. The peak load must greater or equals to
ExpectedLoad
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double ExpectedSpikeLoad { get; set; }
<DataMemberAttribute>
Public Property ExpectedSpikeLoad As Double
Get
Set
public:
[DataMemberAttribute]
property double ExpectedSpikeLoad {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member ExpectedSpikeLoad : float with get, set
Property Value
Type:
Double
The expected peak load.
See Also