Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function DeleteProject ( _
    project As String _
) As Boolean
bool DeleteProject(
    string project
)
bool DeleteProject(
    String^ project
)
abstract DeleteProject : 
        project:string -> bool
function DeleteProject(
    project : String
) : boolean
Parameters
- project
 Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.