ResourcePlanDataSet.PlanResourcesRow.ASSN_WORK property
Gets or sets the total assignment work, based on the assignment span and the assignment units for the assigned resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_WORK As Decimal
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Decimal
value = instance.ASSN_WORK
instance.ASSN_WORK = value
public decimal ASSN_WORK { get; set; }
Property value
Type: System.Decimal
A decimal number that represents units of time worked.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class