EnterpriseResourceCostRateTableCollection class

inherits members from ClientObjectCollection

Collection of cost rate tables for the EnterpriseResource.

Syntax

CSOM

class EnterpriseResourceCostRateTableCollection 

JSOM

PS.EnterpriseResourceCostRateTableCollection

REST Interface

Supported.

PS.EnterpriseResourceCostRateTableCollection

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EnterpriseResources('{resourceId}')/CostRateTables

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[Integer] EnterpriseResourceCostRateTable Gets a EnterpriseResourceCostRateTable from the collection at the specified index.
Item EnterpriseResourceCostRateTable Gets a EnterpriseResourceCostRateTable from the collection at the specified index.

Methods

Name .NET JSOM REST Return Type Description
GetByName(CostRateTableName name) EnterpriseResourceCostRateTable Returns the cost rate table with the given name.

#### Method Details

GetByName(CostRateTableName name)

Returns the cost rate table with the given name.

Syntax
EnterpriseResourceCostRateTable GetByName(CostRateTableName name)
Parameters
Name Type Description
name CostRateTableName Name of the cost rate table to retrieve.
Return Value

EnterpriseResourceCostRateTable

See Also

EnterpriseResource
EnterpriseResourceCostRateTable