WebTestResultTransaction.IsIncludedTest Property

Gets or sets a value that indicates whether this transaction is implicit in the result.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if this transaction is implicit in the result; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestResultTransaction Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace