Classification.GetProject Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetProject ( _
    projectUri As String _
) As ProjectInfo
[WebMethodAttribute]
public ProjectInfo GetProject(
    string projectUri
)
[WebMethodAttribute]
public:
ProjectInfo^ GetProject(
    String^ projectUri
)
[<WebMethodAttribute>]
member GetProject : 
        projectUri:string -> ProjectInfo 
public function GetProject(
    projectUri : String
) : ProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace