Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_COST_RATE_TABLE Property

Gets or sets a value that specifies which cost rate table to use on this task.

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

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

Resource Web Service