IncludedWebTest.InheritWebTestSettings (Propiedad)

Obtiene o establece un valor que indica si la prueba de rendimiento web incluida hereda la configuración de la prueba de rendimiento del sitio web primario.

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

Sintaxis

'Declaración
Public Property InheritWebTestSettings As Boolean
public bool InheritWebTestSettings { get; set; }
public:
property bool InheritWebTestSettings {
    bool get ();
    void set (bool value);
}
member InheritWebTestSettings : bool with get, set
function get InheritWebTestSettings () : boolean
function set InheritWebTestSettings (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Un valor que indica si la prueba de rendimiento web incluida hereda la configuración de la prueba de rendimiento web primaria.

Seguridad de .NET Framework

Vea también

Referencia

IncludedWebTest Clase

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