Aracılığıyla paylaş


IncludedWebTest.InheritWebTestSettings Özellik

Alır veya içerdiği Web performans sınaması üst Web performans sınaması ayarlarını devralır olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property InheritWebTestSettings As Boolean
    Get
    Set
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)

Özellik Değeri

Tür: System.Boolean
Gelen Web performans sınaması üst Web performans sınaması ayarlarını devralır olup olmadığını gösteren değer.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IncludedWebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı