ICommonStructureService.DeleteProject Method

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

Syntax

'Declaration
Sub DeleteProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String _
)
void DeleteProject(
    TeamFoundationRequestContext requestContext,
    string projectUri
)
void DeleteProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri
)
abstract DeleteProject : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string -> unit
function DeleteProject(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String
)

Parameters

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Integration.Server Namespace