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