ExtractionRuleReference.ContextParameterName Property
Gets or sets the name of the context parameter in the context of the Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ContextParameterName As String
public string ContextParameterName { get; set; }
public:
property String^ ContextParameterName {
String^ get ();
void set (String^ value);
}
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)
Property Value
Type: String
The name of the context parameter in the context of the Web performance test.
Remarks
The ContextParameterName is the name of the context parameter in the context of the Web performance testin which the value that is extracted by the referenced extraction rule is to be positioned at runtime.
.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.