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 (String^, String^)

 

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

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

public:
QueryStringParameter(
	String^ parameterName,
	String^ parameterValue
)

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.

Return to top
Show: