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: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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