Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ ContextParameterName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the context parameter in the context of the Web performance test.

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.

Return to top
Show: