Share via


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

.NET Framework Security

See Also

Reference

ContextParameter Class

ContextParameter Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace