Share via


CommonStructureService.GetProject Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)

Syntax

'Declaration
Public Function GetProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String _
) As ProjectInfo
public ProjectInfo GetProject(
    TeamFoundationRequestContext requestContext,
    string projectUri
)
public:
ProjectInfo^ GetProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri
)
member GetProject : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string -> ProjectInfo 
public function GetProject(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String
) : ProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo

.NET Framework Security

See Also

Reference

CommonStructureService Class

Microsoft.TeamFoundation.Server Namespace