ProjectMaintenance.DeleteProject Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaración
<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
)
[SoapDocumentMethodAttribute(Binding = L"DeleteProjectBinding", Action = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")]
[WebMethodAttribute]
public:
virtual bool DeleteProject(
String^ projectUri
) sealed
[<SoapDocumentMethodAttribute(Binding = "DeleteProjectBinding", Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")>]
[<WebMethodAttribute>]
abstract DeleteProject :
projectUri:string -> bool
[<SoapDocumentMethodAttribute(Binding = "DeleteProjectBinding", Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03/DeleteProject")>]
[<WebMethodAttribute>]
override DeleteProject :
projectUri:string -> bool
public final function DeleteProject(
projectUri : String
) : boolean
Parameters
- projectUri
Type: System.String
Return Value
Type: System.Boolean
Implements
IProjectMaintenance.DeleteProject(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.