다음을 통해 공유


EnterpriseResourceCostRateCollection.Remove method

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

Syntax

'Declaration
Public Function Remove ( _
    costRate As EnterpriseResourceCostRate _
) As ClientResult(Of Boolean)
'Usage
Dim instance As EnterpriseResourceCostRateCollection
Dim costRate As EnterpriseResourceCostRate
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.Remove(costRate)
public ClientResult<bool> Remove(
    EnterpriseResourceCostRate costRate
)

Parameters

Return value

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

See also

Reference

EnterpriseResourceCostRateCollection class

EnterpriseResourceCostRateCollection members

Microsoft.ProjectServer.Client namespace