TestCaseEvent.IsChildTestCase Property

Definition

Gets a flag that determines if this test case is a child of a test case. For example, a web test in a load test is a child test case.

public:
 property bool IsChildTestCase { bool get(); };
public:
 property bool IsChildTestCase { bool get(); };
public bool IsChildTestCase { get; }
member this.IsChildTestCase : bool
Public ReadOnly Property IsChildTestCase As Boolean

Property Value

Applies to