StatusingDataSet.AssignmentsRow.ASSN_COST_RATE_TABLE Property
The cost rate table associated with the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_COST_RATE_TABLE As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.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
StatusingDataSet.AssignmentsRow Class