ITestPlan.RootSuite Property
Gets the root test suite for this test plan.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IStaticTestSuite RootSuite { get; }
property IStaticTestSuite^ RootSuite {
IStaticTestSuite^ get();
}
abstract RootSuite : IStaticTestSuite with get
ReadOnly Property RootSuite As IStaticTestSuite
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IStaticTestSuite
The root test suite for this test plan.
See Also
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top