WebTest.WebTestPluginReferences Property

Gets the collection of references to Web 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
'Usage
Dim instance As WebTest 
Dim value As WebTestPluginReferenceCollection 

value = instance.WebTestPluginReferences

instance.WebTestPluginReferences = value
public WebTestPluginReferenceCollection WebTestPluginReferences { get; internal set; }
public:
property WebTestPluginReferenceCollection^ WebTestPluginReferences {
    WebTestPluginReferenceCollection^ get ();
    void set (WebTestPluginReferenceCollection^ value);
}
public function get WebTestPluginReferences () : WebTestPluginReferenceCollection 
public function set WebTestPluginReferences (value : WebTestPluginReferenceCollection)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection

.NET Framework Security

See Also

Reference

WebTest Class

WebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace