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 Constructor (String^, String^)
Initializes a new instance of the QueryStringParameter class with the specified name and value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- parameterName
-
Type:
System::String^
The parameter name to set.
- parameterValue
-
Type:
System::String^
The parameter value to set.
UseToGroupResults is set to false by this constructor.
Show: