WebTest.WebTestPluginReferences Property
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
.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.