Condividi tramite


Proprietà IncludedWebTest.InheritWebTestSettings

Ottiene o imposta un valore che indica se il test delle prestazioni Web incluso eredita le impostazioni di quello padre.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
Valore che indica se il test delle prestazioni Web incluso eredita le impostazioni di quello padre.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IncludedWebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting