PlannerSolutionDataSet.SolutionProjectsRow.RESOURCE_WORK property

Gets or sets the total amount of resource work (in terms of 1/100 of a minute) needed to allocate the current project in this solution.

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

Syntax

'Declaration
Public Property RESOURCE_WORK As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Decimal

value = instance.RESOURCE_WORK

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

Property value

Type: System.Decimal
Returns Decimal.

See also

Reference

PlannerSolutionDataSet.SolutionProjectsRow class

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace