Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
声明
<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
- projectUri
Type: System.String 
Return Value
Type: Microsoft.TeamFoundation.Server.ProjectInfo
.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.