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.
Gets the TeamProject 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 GetTeamProjectForServerPath ( _
serverPath As String _
) As TeamProject
public TeamProject GetTeamProjectForServerPath(
string serverPath
)
public:
TeamProject^ GetTeamProjectForServerPath(
String^ serverPath
)
member GetTeamProjectForServerPath :
serverPath:string -> TeamProject
public function GetTeamProjectForServerPath(
serverPath : String
) : TeamProject
Parameters
- serverPath
Type: System.String
The server path of the TeamProject to get.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject
The TeamProject with the specified path.
Exceptions
Exception | Condition |
---|---|
VersionControlException | Thrown if the specified path does not resolve to a TeamProject. |
.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.