ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_BASE_COST_PER_USE Property
Specifies the per use cost incurred for this resource on this assignment calculated when the baseline is saved
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_BASE_COST_PER_USE As Double
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_BASE_COST_PER_USE
instance.ASSN_BASE_COST_PER_USE = value
public double ASSN_BASE_COST_PER_USE { get; set; }
Property Value
Type: System.Double
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class