TestStepGroupParent Property |
Gets the parent of this TestStepGroup;
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public TestStepBase Parent { get; }
Public ReadOnly Property Parent As TestStepBase
Get
public:
property TestStepBase^ Parent {
TestStepBase^ get ();
}
member Parent : TestStepBase with get
Property Value
Type:
TestStepBase
The parent.
See Also