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.
ExtractHiddenFields::ContextParameterName Property
Gets or sets the 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() override; virtual void set(String^ value) override; }
This name may be used for binding to data elements in subsequent requests. This is used to group/identify extracted hidden fields from a single response.
Show: