WebTest.WebTestPluginReferences Property

Gets the collection of references to Web performance test plug-ins.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
The collection of references to Web performance test plug-ins.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace