Share via


LoadTestGoalBasedLoadProfile.StopAdjustingAtGoal Property

True indicates to stop adjusting user load. False indicates that the test must continue to adjust the user load throughout the test if needed to keep the specified performance counter value within the target range.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Property StopAdjustingAtGoal As Boolean
'Usage
Dim instance As LoadTestGoalBasedLoadProfile 
Dim value As Boolean 

value = instance.StopAdjustingAtGoal

instance.StopAdjustingAtGoal = value
public bool StopAdjustingAtGoal { get; set; }
public:
property bool StopAdjustingAtGoal {
    bool get ();
    void set (bool value);
}
public function get StopAdjustingAtGoal () : boolean 
public function set StopAdjustingAtGoal (value : boolean)

Property Value

Type: System.Boolean
True if the running test has stopped adjusting the user load. False if the running test will continue to adjust user load throughout the test.

Examples

A value of true indicates that the load will stay constant for the rest of the load test after the counter value is within the target range for three consecutive sampling intervals.

.NET Framework Security

See Also

Reference

LoadTestGoalBasedLoadProfile Class

LoadTestGoalBasedLoadProfile Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace