Compartir a través de


WebTest.InheritFromWebTest (Propiedad)

Obtiene el objeto WebTest de la prueba de rendimiento web primaria cuando esta prueba de rendimiento web está incluida en otra y hereda propiedades de la prueba de rendimiento web primaria.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Devuelve un objeto WebTest si esta prueba de rendimiento web no está incluida en otra prueba de rendimiento web y hereda de esa prueba de rendimiento web primaria.
Devuelve nullreferencia null (Nothing en Visual Basic) si esta prueba de rendimiento web no está incluida en otra prueba de rendimiento web o no hereda de una prueba de rendimiento web primaria.

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)