PlannerSolutionDataSet.SolutionProjectsRow.RESOURCE_WORK property
Obtém ou define a quantidade total de trabalho de recurso (em termos de 1/100 de um minuto) necessária para alocar o projeto atual nessa solução.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property RESOURCE_WORK As Decimal
Get
Set
'Uso
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
Retorna Decimal.
Ver também
Referência
PlannerSolutionDataSet.SolutionProjectsRow class