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)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overrides Property ContextParameterName As String
[BrowsableAttribute(false)]
public override string ContextParameterName { get; set; }
[BrowsableAttribute(false)]
public:
virtual property String^ ContextParameterName {
String^ get () override;
void set (String^ value) override;
}
[<BrowsableAttribute(false)>]
abstract ContextParameterName : string with get, set
[<BrowsableAttribute(false)>]
override ContextParameterName : string with get, set
override function get ContextParameterName () : String
override function set ContextParameterName (value : String)
Property Value
Type: String
The name of the extracted property.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.