LoadTestCaseDuration Property |
Gets or sets the duration in number of the second where this test scenario will last.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public double Duration { get; set; }
<DataMemberAttribute>
Public Property Duration As Double
Get
Set
public:
[DataMemberAttribute]
property double Duration {
double get ();
void set (double value);
}
[<DataMemberAttribute>]
member Duration : float with get, set
Property Value
Type:
Double
The duration.
See Also