QueryStringParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryStringParameter() | |
QueryStringParameter(String, String) | |
QueryStringParameter(String, String, Boolean, Boolean) |
QueryStringParameter()
public:
QueryStringParameter();
public QueryStringParameter ();
Public Sub New ()
Applies to
QueryStringParameter(String, String)
public:
QueryStringParameter(System::String ^ parameterName, System::String ^ parameterValue);
public QueryStringParameter (string parameterName, string parameterValue);
new Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameter : string * string -> Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameter
Public Sub New (parameterName As String, parameterValue As String)
Parameters
- parameterName
- String
- parameterValue
- String
Applies to
QueryStringParameter(String, String, Boolean, Boolean)
public:
QueryStringParameter(System::String ^ parameterName, System::String ^ parameterValue, bool urlEncode, bool useToGroupResults);
public QueryStringParameter (string parameterName, string parameterValue, bool urlEncode, bool useToGroupResults);
new Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameter : string * string * bool * bool -> Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameter
Public Sub New (parameterName As String, parameterValue As String, urlEncode As Boolean, useToGroupResults As Boolean)
Parameters
- parameterName
- String
- parameterValue
- String
- urlEncode
- Boolean
- useToGroupResults
- Boolean