ContextParameter Constructor (String, String)
Initializes a new instance of the ContextParameter class by using the provided 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 ContextParameter(
string parameterName,
string parameterValue
)
public:
ContextParameter(
String^ parameterName,
String^ parameterValue
)
new :
parameterName:string *
parameterValue:string -> ContextParameter
public function ContextParameter(
parameterName : String,
parameterValue : String
)
Parameters
parameterName
Type: StringThe name of the ContextParameter.
parameterValue
Type: StringThe value of the ContextParameter.
.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.