This documentation is archived and is not being maintained.
VersionControlServer.TryGetTeamProject Method
Visual Studio 2013
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)
'Declaration Public Function TryGetTeamProject ( _ name As String _ ) As TeamProject
Parameters
- name
- Type: System.String
The name of the team project to get.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProjectThe team project with the specified name. Null if a project was not found.
- 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.
Show: