ICommonStructureService.DeleteProject Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteProject ( _
projectUri As String _
)
void DeleteProject(
string projectUri
)
void DeleteProject(
String^ projectUri
)
abstract DeleteProject :
projectUri:string -> unit
function DeleteProject(
projectUri : String
)
Parameters
- projectUri
Type: System.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.