Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaración
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.