Dela via


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

See Also

Reference

IncludedWebTest Class

IncludedWebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace