IStaticTestSuite.SubSuites Property
Gets a collection of test suites that is contained in the hierarchy of this test suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteCollection SubSuites { get; }
property ITestSuiteCollection^ SubSuites {
ITestSuiteCollection^ get();
}
abstract SubSuites : ITestSuiteCollection with get
ReadOnly Property SubSuites As ITestSuiteCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteCollection
A collection of test suites.
See Also
ITestSuiteCollection
IStaticTestSuite Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top