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.

ExtractHiddenFields::ContextParameterName Property

 

Gets or sets the name of the extracted property.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting.Rules
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;
}

Property Value

Type: System::String^

The name of the extracted property.

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.

Return to top
Show: