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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.