IProjectMaintenance.DeleteProject Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'宣告
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
.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.