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.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub DeleteProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String _
)
public void DeleteProject(
    TeamFoundationRequestContext requestContext,
    string projectUri
)
public:
void DeleteProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri
)
member DeleteProject : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string -> unit 
public function DeleteProject(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
 Type: System.String
.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.