ExtractionRuleReference.ContextParameterName Property

Gets or sets the name of the context parameter in the context of the Web performance test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ContextParameterName As String
public string ContextParameterName { get; set; }
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)

Property Value

Type: System.String
The name of the context parameter in the context of the Web performance test.

Remarks

The ContextParameterName is the name of the context parameter in the context of the Web performance testin which the value that is extracted by the referenced extraction rule is to be positioned at runtime.

.NET Framework Security

See Also

Reference

ExtractionRuleReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace