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)

Syntax

'Declaration
Public Property InheritFromWebTest As WebTest
public WebTest InheritFromWebTest { get; internal set; }
public:
property WebTest^ InheritFromWebTest {
    WebTest^ get ();
    internal: void set (WebTest^ value);
}
member InheritFromWebTest : WebTest with get, internal set
function get InheritFromWebTest () : WebTest
internal function set InheritFromWebTest (value : WebTest)

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 nulla null reference (Nothing in Visual Basic) if this Web performance test is not included in another Web performance test or does not inherit from a parent Web performance test.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace