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.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Property Value
Type: System::Int32The 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.
Show: