Share via


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)

Syntax

'Declaration
Public Property UseToGroupResults As Boolean
public bool UseToGroupResults { get; set; }
public:
property bool UseToGroupResults {
    bool get ();
    void set (bool value);
}
member UseToGroupResults : bool with get, set
function get UseToGroupResults () : boolean
function set UseToGroupResults (value : boolean)

Property Value

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

Remarks

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.

.NET Framework Security

See Also

Reference

QueryStringParameter Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace