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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.