VersionControlServer.TryGetTeamProjectForServerPath Method

Gets the team project for the specified server path.

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

Syntax

'Declaration
Public Function TryGetTeamProjectForServerPath ( _
    serverPath As String _
) As TeamProject
public TeamProject TryGetTeamProjectForServerPath(
    string serverPath
)
public:
TeamProject^ TryGetTeamProjectForServerPath(
    String^ serverPath
)
member TryGetTeamProjectForServerPath : 
        serverPath:string -> TeamProject
public function TryGetTeamProjectForServerPath(
    serverPath : String
) : TeamProject

Parameters

  • serverPath
    Type: System.String

    The server path of the team project to get.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject
The team project with the specified path. Null otherwise.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace