다음을 통해 공유


IncludedWebTest.InheritWebTestSettings 속성

포함된 웹 성능 테스트가 설정을 부모 웹 성능 테스트에서 상속하는지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
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)

속성 값

형식: Boolean
포함된 웹 성능 테스트가 설정을 부모 웹 성능 테스트에서 상속하는지 여부를 나타내는 값입니다.

.NET Framework 보안

참고 항목

참조

IncludedWebTest 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스