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
Initializes a new instance of the QueryStringParameter class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | QueryStringParameter() | Initializes a new instance of the QueryStringParameter class with default value for UrlEncode. |
![]() | QueryStringParameter(String^, String^) | Initializes a new instance of the QueryStringParameter class with the specified name and value. |
![]() | QueryStringParameter(String^, String^, Boolean, Boolean) | Initializes a new instance of the QueryStringParameter class with values for the Name, Value, UrlEncode and UseToGroupResults properties. |
Show:
