WebTestRequest.WebTestRequestPluginReferences Property

Gets the collection of references to the Web performance test request plug-ins that are defined on the request.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection
The collection of references to the Web performance test request plug-ins that are defined on the request.

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace