ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_COST_RATE_TABLE property
Gets or sets a value that specifies which cost rate table to use on this task.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_COST_RATE_TABLE As Integer
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer
value = instance.ASSN_COST_RATE_TABLE
instance.ASSN_COST_RATE_TABLE = value
public int ASSN_COST_RATE_TABLE { get; set; }
Property value
Type: System.Int32
Remarks
Resource rates are contained in the ResourceDataSet.ResourceRatesDataTable table.
See also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow class