Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function IncludeWebTest ( _
    webTestName As String _
) As WebTest
public WebTest IncludeWebTest(
    string webTestName
)
public:
WebTest^ IncludeWebTest(
    String^ webTestName
)
member IncludeWebTest : 
        webTestName:string -> WebTest
public function IncludeWebTest(
    webTestName : String
) : WebTest
Parameters
- webTestName
 Type: String
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
.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.