TestSuiteProject Property |
Gets the Automation Project object which containing this TestSuite.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public AutomationProject Project { get; }
Public ReadOnly Property Project As AutomationProject
Get
public:
property AutomationProject^ Project {
AutomationProject^ get ();
}
member Project : AutomationProject with get
Property Value
Type:
AutomationProject
The project.
See Also