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

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace