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