WebTestRequestPluginConverter.WebTestRequestPlugin Property
Gets the WebTestRequestPlugin.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property WebTestRequestPlugin As WebTestRequestPlugin
public WebTestRequestPlugin WebTestRequestPlugin { get; }
public:
property WebTestRequestPlugin^ WebTestRequestPlugin {
WebTestRequestPlugin^ get ();
}
member WebTestRequestPlugin : WebTestRequestPlugin
function get WebTestRequestPlugin () : WebTestRequestPlugin
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPlugin
The WebTestRequestPlugin.
.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.