de la propiedad PlannerSolutionDataSet.SolutionProjectsRow.RESOURCE_WORK
Obtiene o establece la cantidad total de trabajo de recursos (en términos de 1/100 de un minuto) necesaria para asignar el proyecto actual en esta solución.
Espacio de nombres: WebSvcPortfolioAnalyses
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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; }
Valor de propiedad
Tipo: System.Decimal
Devuelve Decimal.
Vea también
Referencia
clase PlannerSolutionDataSet.SolutionProjectsRow