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.
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); }
This name may be used for binding to data elements in subsequent requests.
Show: