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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
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.
void
Duplicate elements can be added.
Show: