Partilhar via


Propriedade WebTest.InheritFromWebTest

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting