다음을 통해 공유


WebTestResultTransaction.IsIncludedTest 속성

이 트랜잭션이 결과에서 암시적인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

구문

‘선언
Public Property IsIncludedTest As Boolean
public bool IsIncludedTest { get; internal set; }
public:
property bool IsIncludedTest {
    bool get ();
    internal: void set (bool value);
}
member IsIncludedTest : bool with get, internal set
function get IsIncludedTest () : boolean 
internal function set IsIncludedTest (value : boolean)

속성 값

형식: Boolean
이 트랜잭션이 결과에 암시적이면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

WebTestResultTransaction 클래스

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