WebTestRequestPluginConverter.WebTestRequestPlugin Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property WebTestRequestPlugin As WebTestRequestPlugin
'Usage
Dim instance As WebTestRequestPluginConverter
Dim value As WebTestRequestPlugin
value = instance.WebTestRequestPlugin
public WebTestRequestPlugin WebTestRequestPlugin { get; }
public:
property WebTestRequestPlugin^ WebTestRequestPlugin {
WebTestRequestPlugin^ get ();
}
public function get WebTestRequestPlugin () : WebTestRequestPlugin
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.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.
See Also
Reference
WebTestRequestPluginConverter Class