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.

LoadTestGoalBasedLoadProfile::HigherValuesBetter Property

 

Set this Boolean value to true when the performance counter that is specified by the Category and Counter properties is a performance counter for which a lower value indicates a higher usage of a resource.

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

public:
property bool HigherValuesBetter {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a lower value indicates higher usage; otherwise, false.

Legacy Code Example

The value of the "Available Mbytes" counter in the "Memory" category decreases as memory usage increases. Therefore, the HigherValuesBetter value should be true in this case, although this situation represents an exception.

Return to top
Show: