StageCollection.Remove method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function Remove ( _
stage As Stage _
) As ClientResult(Of Boolean)
'Usage
Dim instance As StageCollection
Dim stage As Stage
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(stage)
public ClientResult<bool> Remove(
Stage stage
)
Parameters
- stage
Type: Microsoft.ProjectServer.Client.Stage
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>