TestCaseEventArgs.IsChildTestCase Property

Definition

Gets or sets a value that indicates whether the test case is a child of another test case.

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

Property Value

true if this is a child test case, and false if this is a top-level test case.

Applies to