TestCaseEvent.IsChildTestCase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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