Share via


PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow.ADDITIONAL_WORK property

Gets or sets the amount of work required to allocate the project.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ADDITIONAL_WORK As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
Dim value As Decimal

value = instance.ADDITIONAL_WORK

instance.ADDITIONAL_WORK = value
public decimal ADDITIONAL_WORK { get; set; }

Property value

Type: System.Decimal
Returns Decimal.

See also

Reference

PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow class

PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow members

WebSvcPortfolioAnalyses namespace