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 with default value for UrlEncode.

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

public:
QueryStringParameter()

This sets UrlEncode equal to false. The Name and Value properties are initialized as empty strings.

Return to top
Show: