Share via


AnalysisDataSet.AnalysisRoleRatesRow.RATE_TABLE Property

Gets the value that specifies which rate table to use when calculating the cost of resources in the portfolio analysis resource planner solution. Read-only.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

Syntax

'Declaration
Public Property RATE_TABLE As Byte
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRoleRatesRow
Dim value As Byte

value = instance.RATE_TABLE

instance.RATE_TABLE = value
public byte RATE_TABLE { get; set; }

Property Value

Type: System.Byte
Returns Byte.

Remarks

This must be between the values specified by the MIN_COST_RATETABLE and MAX_COST_RATETABLE, inclusive.

See Also

Reference

AnalysisDataSet.AnalysisRoleRatesRow Class

AnalysisDataSet.AnalysisRoleRatesRow Members

PortfolioAnalyses Web Service