Classification.DeleteProject Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Sub DeleteProject ( _
projectUri As String _
)
[WebMethodAttribute]
public void DeleteProject(
string projectUri
)
[WebMethodAttribute]
public:
void DeleteProject(
String^ projectUri
)
[<WebMethodAttribute>]
member DeleteProject :
projectUri:string -> unit
public 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.