EnterpriseResourceCostRate.DeleteObject method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Overridable Function DeleteObject As ClientResult(Of Boolean)
'Usage
Dim instance As EnterpriseResourceCostRate
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.DeleteObject()
public virtual ClientResult<bool> DeleteObject()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
See also
Reference
EnterpriseResourceCostRate class