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)
Syntax
'Declaration
Public Function TryGetTeamProject ( _
name As String _
) As TeamProject
public TeamProject TryGetTeamProject(
string name
)
public:
TeamProject^ TryGetTeamProject(
String^ name
)
member TryGetTeamProject :
name:string -> TeamProject
public function TryGetTeamProject(
name : String
) : TeamProject
Parameters
name
Type: System.StringThe 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.
.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.