Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the included Web performance test inherits settings from the parent Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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)
Property Value
Type: Boolean
A value that indicates whether the included Web performance test inherits settings from the parent Web performance test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.