Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
ITestManagementTeamProject GetTeamProject(
string projectName
)
ITestManagementTeamProject^ GetTeamProject(
String^ projectName
)
abstract GetTeamProject :
projectName:string -> ITestManagementTeamProject
Function GetTeamProject (
projectName As String
) As ITestManagementTeamProject
Parameters
projectName
Type: System.StringThe name of the team project.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestManagementTeamProject
A test management team project.
See Also
ITestManagementTeamProject
GetTeamProject Overload
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top