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 with get
function get SubSuites () : ITestSuiteCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteCollection
A collection of test suites.
.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.