다음을 통해 공유


ProjectCollection.Remove method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
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)
public ClientResult<bool> Remove(
    PublishedProject project
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

ProjectCollection class

ProjectCollection members

Microsoft.ProjectServer.Client namespace