This documentation is archived and is not being maintained.

VersionControlServer::TryGetTeamProject Method

Gets the team project in the repository with the specified name.

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

public:
TeamProject^ TryGetTeamProject(
	String^ name
)

Parameters

name
Type: System::String

The name of the team project to get.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client::TeamProject
The team project with the specified name. Null if a project was not found.

Show: