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

See Also

Reference

TestCaseEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace