ICommonStructureService.GetProject Method

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

Syntax

'Declaration
Function GetProject ( _
    projectUri As String _
) As ProjectInfo
'Usage
Dim instance As ICommonStructureService 
Dim projectUri As String 
Dim returnValue As ProjectInfo 

returnValue = instance.GetProject(projectUri)
ProjectInfo GetProject(
    string projectUri
)
ProjectInfo^ GetProject(
    String^ projectUri
)
function GetProject(
    projectUri : String
) : ProjectInfo

Parameters

  • projectUri
    Type: System.String

    The URI of the project to be obtained

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo
A ProjectInfo value containing the project information structure.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace