Share via


TestStepEvent.IsChildTestCase Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a flag that determines if this test case is a child of a test case.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property IsChildTestCase As Boolean
    Get
'Usage
Dim instance As TestStepEvent
Dim value As Boolean

value = instance.IsChildTestCase
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

TestStepEvent Class

TestStepEvent Members

Microsoft.VisualStudio.TraceLog Namespace