Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTest::InheritFromWebTest Property

 

Gets the WebTest object for the parent Web performance test when this Web performance test is included in another Web performance test and inherits properties from the parent Web performance test.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property WebTest^ InheritFromWebTest {
	WebTest^ get();
	internal: void set(WebTest^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTest^

Returns a WebTest object if this Web performance test is not included in another Web performance test and inherits from that parent Web performance test.

Returns null if this Web performance test is not included in another Web performance test or does not inherit from a parent Web performance test.

Return to top
Show: