IncludedWebTest.InheritWebTestSettings Property
Gets or sets a value that indicates whether the included Web test inherits settings from the parent Web test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property InheritWebTestSettings As Boolean
'Usage
Dim instance As IncludedWebTest
Dim value As Boolean
value = instance.InheritWebTestSettings
instance.InheritWebTestSettings = value
public bool InheritWebTestSettings { get; set; }
public:
property bool InheritWebTestSettings {
bool get ();
void set (bool value);
}
public function get InheritWebTestSettings () : boolean
public function set InheritWebTestSettings (value : boolean)
Property Value
Type: System.Boolean
.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.