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: [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.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