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

'Declaration
ReadOnly Property RootSuite As IStaticTestSuite
IStaticTestSuite RootSuite { get; }
property IStaticTestSuite^ RootSuite {
    IStaticTestSuite^ get ();
}
abstract RootSuite : IStaticTestSuite with get
function get RootSuite () : IStaticTestSuite

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IStaticTestSuite
The root test suite for this test plan.

.NET Framework Security

See Also

Reference

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace