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)
Syntax
'Declaration
Public Sub New ( _
parameterName As String, _
parameterValue As String _
)
public QueryStringParameter(
string parameterName,
string parameterValue
)
public:
QueryStringParameter(
String^ parameterName,
String^ parameterValue
)
new :
parameterName:string *
parameterValue:string -> QueryStringParameter
public function QueryStringParameter(
parameterName : String,
parameterValue : String
)
Parameters
parameterName
Type: StringThe parameter name to set.
parameterValue
Type: StringThe parameter value to set.
Remarks
UseToGroupResults is set to false by this constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.