ProjectDataSet.AssignmentRow.ASSN_COST_RATE_TABLE Property

Specifies the resource's cost rate table to use on this task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_COST_RATE_TABLE As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
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

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

WebSvcProject Namespace