Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of references to extraction rules that are used to correlate dynamic parameters.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property CorrelationExtractionRuleReferences As ExtractionRuleReferenceCollection
'Usage
Dim instance As WebTestRequest
Dim value As ExtractionRuleReferenceCollection
value = instance.CorrelationExtractionRuleReferences
instance.CorrelationExtractionRuleReferences = value
public ExtractionRuleReferenceCollection CorrelationExtractionRuleReferences { get; internal set; }
public:
property ExtractionRuleReferenceCollection^ CorrelationExtractionRuleReferences {
ExtractionRuleReferenceCollection^ get ();
void set (ExtractionRuleReferenceCollection^ value);
}
public function get CorrelationExtractionRuleReferences () : ExtractionRuleReferenceCollection
public function set CorrelationExtractionRuleReferences (value : ExtractionRuleReferenceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReferenceCollection
.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.