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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.