PlannerSolutionDataSet.SolutionsRow.RATE_TABLE property
Gets or sets one of the 5 resource cost rate table.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RATE_TABLE As Byte
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
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.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class