DraftProjectResourceCollection.Remove-Methode
Entfernt die angegebene Entwurf Projektressource aus der Auflistung.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function Remove ( _
resource As DraftProjectResource _
) As ClientResult(Of Boolean)
'Usage
Dim instance As DraftProjectResourceCollection
Dim resource As DraftProjectResource
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(resource)
[RemoteAttribute]
public ClientResult<bool> Remove(
DraftProjectResource resource
)
Parameter
resource
Typ: Microsoft.ProjectServer.Client.DraftProjectResourceDer Entwurf Projektressource zu entfernen.
Rückgabewert
Typ: Microsoft.SharePoint.Client.ClientResult<Boolean>
True Wenn das Objekt aus der Auflistung entfernt wird; andernfalls False.
Siehe auch
Referenz
DraftProjectResourceCollection Klasse