PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow.ADDITIONAL_WORK Property
Gets or sets the amount of work required to allocate the project.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
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