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

'Declaration
ReadOnly Property SubSuites As ITestSuiteCollection
ITestSuiteCollection SubSuites { get; }
property ITestSuiteCollection^ SubSuites {
    ITestSuiteCollection^ get ();
}
abstract SubSuites : ITestSuiteCollection
function get SubSuites () : ITestSuiteCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteCollection
A collection of test suites.

.NET Framework Security

See Also

Reference

IStaticTestSuite Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteCollection