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
'Declaration
Function GetTeamProject ( _
projectName As String _
) As ITestManagementTeamProject
ITestManagementTeamProject GetTeamProject(
string projectName
)
ITestManagementTeamProject^ GetTeamProject(
String^ projectName
)
abstract GetTeamProject :
projectName:string -> ITestManagementTeamProject
function GetTeamProject(
projectName : String
) : ITestManagementTeamProject
Parameters
projectName
Type: StringThe name of the team project.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestManagementTeamProject
A test management team project.
.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.
See Also
Reference
ITestManagementService Interface