de la propiedad PlannerSolutionDataSet.SolutionsRow.TOTAL_PRIORITY_VALUE
Obtiene el valor que es la suma de los valores de prioridad de todos los proyectos seleccionados en la solución de planificador. De sólo lectura.
Espacio de nombres: WebSvcPortfolioAnalyses
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TOTAL_PRIORITY_VALUE As Decimal
Get
Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Decimal
value = instance.TOTAL_PRIORITY_VALUE
instance.TOTAL_PRIORITY_VALUE = value
public decimal TOTAL_PRIORITY_VALUE { get; set; }
Valor de propiedad
Tipo: System.Decimal
Devuelve Decimal.
Vea también
Referencia
clase PlannerSolutionDataSet.SolutionsRow