StatusingAssignmentsDataSet.AssignmentsRow.ASSN_COST_RATE_TABLE Property
Indicates the cost rate table values that are associated with the specified assignment.
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 Short
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Short
value = instance.ASSN_COST_RATE_TABLE
instance.ASSN_COST_RATE_TABLE = value
public short ASSN_COST_RATE_TABLE { get; set; }
Property Value
Type: System.Int16
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsRow Class