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: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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