StageDetailPageCollection.Remove method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function Remove ( _
pdp As StageDetailPage _
) As ClientResult(Of Boolean)
'Usage
Dim instance As StageDetailPageCollection
Dim pdp As StageDetailPage
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(pdp)
public ClientResult<bool> Remove(
StageDetailPage pdp
)
Parameters
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
See also
Reference
StageDetailPageCollection class