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.

QueryStringParameterCollection::Add Method (String^, String^)

 

Adds a QueryStringParameter created from a parameter name and value.

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

public:
void Add(
	String^ parameterName,
	String^ parameterValue
)

Parameters

parameterName
Type: System::String^

The name of the QueryStringParameter to be created and then added to the collection.

parameterValue
Type: System::String^

The value of the QueryStringParameter to be created and then added to the collection.

Duplicate elements can be added.

Return to top
Show: