ProjectDataSet.AssignmentRow.ASSN_COST_RATE_TABLE Property
Specifies the resource's cost rate table to use on this task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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