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 Constructor

 

Initializes a new instance of the QueryStringParameter class.

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

NameDescription
System_CAPS_pubmethodQueryStringParameter()

Initializes a new instance of the QueryStringParameter class with default value for UrlEncode.

System_CAPS_pubmethodQueryStringParameter(String^, String^)

Initializes a new instance of the QueryStringParameter class with the specified name and value.

System_CAPS_pubmethodQueryStringParameter(String^, String^, Boolean, Boolean)

Initializes a new instance of the QueryStringParameter class with values for the Name, Value, UrlEncode and UseToGroupResults properties.

Return to top
Show: