PlannerSolutionDataSet.SolutionResHiredRow.RESOURCE_WORK Property

Gets the total amount of resource work (in terms of 1/100 of a minute) hired to allocate the project in this solution. Read-only.

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 RESOURCE_WORK As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredRow
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.SolutionResHiredRow Class

PlannerSolutionDataSet.SolutionResHiredRow Members

PortfolioAnalyses Web Service