Partager via


WebTest.InheritFromWebTest, propriété

Obtient l'objet WebTest pour le test de performances de site Web parent lorsque ce test est inclus dans un autre et hérite des propriétés du test parent.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property InheritFromWebTest As WebTest
    Get
    Friend Set
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Retourne un objet WebTest si ce test de performances Web n'est pas inclus dans un autre test de performances Web et hérite de ce test de performances Web parent.
Retourne la valeur nullune référence null (Nothing en Visual Basic) si ce test de performances Web n'est pas inclus dans un autre test de performances Web ou n'hérite pas d'un test de performances Web parent.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms