ProjectDataSet.AssignmentRow.ASSN_COST_RATE_TABLE property
Specifies the resource's cost rate table to use on this task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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