Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementService::GetTeamProject Method (String^)

 

Returns the team project that has the provided project name.

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

ITestManagementTeamProject^ GetTeamProject(
	String^ projectName
)

Parameters

projectName
Type: System::String^

The name of the team project.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestManagementTeamProject^

A test management team project.

Return to top
Show: