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.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsChildTestCase As Boolean
public bool IsChildTestCase { get; }
public:
property bool IsChildTestCase {
    bool get ();
}
member IsChildTestCase : bool with get
function get IsChildTestCase () : boolean

Property Value

Type: 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