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
'Usage
Dim instance As ExtractHiddenFields
Dim value As String
value = instance.ContextParameterName
instance.ContextParameterName = value
[BrowsableAttribute(false)]
public override string ContextParameterName { get; set; }
[BrowsableAttribute(false)]
public:
virtual property String^ ContextParameterName {
String^ get () override;
void set (String^ value) override;
}
public override function get ContextParameterName () : String
public override function set ContextParameterName (value : String)
Property Value
Type: System.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.