WebTestRequest.ExtractionRuleReferences Property

Gets the collection of references to extraction rules that are defined for the request.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ExtractionRuleReferences As ExtractionRuleReferenceCollection
public ExtractionRuleReferenceCollection ExtractionRuleReferences { get; internal set; }
public:
property ExtractionRuleReferenceCollection^ ExtractionRuleReferences {
    ExtractionRuleReferenceCollection^ get ();
    internal: void set (ExtractionRuleReferenceCollection^ value);
}
member ExtractionRuleReferences : ExtractionRuleReferenceCollection with get, internal set
function get ExtractionRuleReferences () : ExtractionRuleReferenceCollection
internal function set ExtractionRuleReferences (value : ExtractionRuleReferenceCollection)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReferenceCollection
The collection of references to extraction rules that are defined for the request.

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace