QueryStringParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Adds QueryStringParameter to this QueryStringParameterCollection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(UTP) Adds an object to the end of the Collection. (Inherited from Collection<QueryStringParameter>.)
Public method Add(String, String) Adds a QueryStringParameter created from a parameter name and value.
Public method Add(String, String, Boolean, Boolean) Adds a QueryStringParameter created from a parameter name and value.

Top

See Also

Reference

QueryStringParameterCollection Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace