ProjectCollection.Remove-Methode
Entfernt das angegebene Projekt aus der Auflistung.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Remove ( _
project As PublishedProject _
) As ClientResult(Of Boolean)
'Usage
Dim instance As ProjectCollection
Dim project As PublishedProject
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(project)
[RemoteAttribute]
public ClientResult<bool> Remove(
PublishedProject project
)
Parameter
project
Typ: Microsoft.ProjectServer.Client.PublishedProjectDas Projekt zu entfernen.
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientResult<Boolean>
True , wenn das Projekt entfernt wurde; andernfalls False.