ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_COST_RATE_TABLE Property

Indicates which cost rate table to use on this task.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace