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.

QueryStringParameter::UseToGroupResults Property

 

Gets or sets a value that indicates whether this parameter should be used to uniquely identify a request.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
[DefaultValueAttribute(false)]
property bool UseToGroupResults {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if this parameter is used to identify a request; otherwise, false. The default value is false.

This property indicates whether to use this parameter to group results. The parameter is used if it changes the content of the page. The grouped results enable the user to have separate results captured for each value of the querystring parameter instead of a single set of results for the page.

Return to top
Show: