LoadTestStepLoadProfile.StepRampTime Property
Gets or sets the amount of time that it takes in each step to gradually add the users specified by the step user count.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Property StepRampTime As Integer
public int StepRampTime { get; set; }
public:
property int StepRampTime {
int get ();
void set (int value);
}
member StepRampTime : int with get, set
function get StepRampTime () : int
function set StepRampTime (value : int)
Property Value
Type: Int32
The amount of time that it takes in each step to gradually add the users specified by the step user count.
Remarks
Changes to any of the properties of any of the LoadTestLoadProfile classes should all be made before you assign the LoadTestLoadProfile object to the LoadProfile property of the LoadTestScenario. After the LoadTestLoadProfile object has been assigned to the LoadProfile property, it becomes a read-only version. An exception will be thrown if you try to set any of the properties of the LoadProfile object while it is in the read-only state. To get a new writable LoadProfile object, call the Copy() method as shown in example under LoadTestGoalBasedLoadProfile.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.