ProjectMaintenance.DeleteProject-Methode

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

Syntax

'Declaration
<SoapDocumentMethodAttribute(Binding := "DeleteProjectBinding", Action := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")> _
<WebMethodAttribute> _
Public Function DeleteProject ( _
    projectUri As String _
) As Boolean
[SoapDocumentMethodAttribute(Binding = "DeleteProjectBinding", Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")]
[WebMethodAttribute]
public bool DeleteProject(
    string projectUri
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectMaintenance Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace