ITestManagementTeamProject.TestSuites Property

 

Gets a helper object that provides access to the test suites in this project.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

ITestSuiteHelper TestSuites { get; }
property ITestSuiteHelper^ TestSuites {
    ITestSuiteHelper^ get();
}
abstract TestSuites : ITestSuiteHelper with get
ReadOnly Property TestSuites As ITestSuiteHelper

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteHelper

A helper object that provides access to the test suites in this project.

See Also

ITestSuiteHelper
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top