EnterpriseResourceCostRateTable.CostRates property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CostRates As EnterpriseResourceCostRateCollection
Get
'Usage
Dim instance As EnterpriseResourceCostRateTable
Dim value As EnterpriseResourceCostRateCollection
value = instance.CostRates
public EnterpriseResourceCostRateCollection CostRates { get; }
Property value
Type: Microsoft.ProjectServer.Client.EnterpriseResourceCostRateCollection
See also
Reference
EnterpriseResourceCostRateTable class