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.

ExtractionRule::ContextParameterName Property

 

Gets or sets the context name of the extracted property.

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

public:
[BrowsableAttribute(false)]
property String^ ContextParameterName {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The context name of the extracted property.

This name may be used for binding to data elements in subsequent requests.

Legacy Code Example

The following is a Web performance test that assigns context names to extracted values.

No code example is currently available or this language may not be supported.
Return to top
Show: