Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestLoadProfile::MinUserCount Property

 

Gets or sets the minimum number of users that that can be returned by the GetLoad method of the class extending LoadTestLoadProfile.

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

public:
property int MinUserCount {
	virtual int get();
	virtual void set(int value);
}

Property Value

Type: System::Int32

The smallest user count that will ever be returned by the LoadTestLoadProfile::GetLoad method.

Changes to any of the properties should all be made before you assign a profile to the LoadProfile property. For an example, see LoadTestGoalBasedLoadProfile.

Return to top
Show: