TestCaseEvent.IsChildTestCase Property
Gets a flag that determines whether this test case is a child of a test case.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property IsChildTestCase As Boolean
Get
public bool IsChildTestCase { get; }
public:
property bool IsChildTestCase {
bool get ();
}
member IsChildTestCase : bool
function get IsChildTestCase () : boolean
Property Value
Type: System.Boolean
Remarks
For example, a Web test in a load test is a child test case.
.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.