LoadTestCase_iterationsExpected Property |
Gets or sets the total iterations expected at the moment X
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public double _iterationsExpected { get; protected set; }
Public Property _iterationsExpected As Double
Get
Protected Set
public:
property double _iterationsExpected {
double get ();
protected: void set (double value);
}
member _iterationsExpected : float with get, set
Property Value
Type:
Double
The total iterations expected at the moment X.
See Also