Dela 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
'Usage
Dim instance As QueryStringParameter 
Dim value As Boolean 

value = instance.UseToGroupResults

instance.UseToGroupResults = value
public bool UseToGroupResults { get; set; }
public:
property bool UseToGroupResults {
    bool get ();
    void set (bool value);
}
public function get UseToGroupResults () : boolean 
public 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

QueryStringParameter Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace