Compartir a través de


de la propiedad PlannerSolutionDataSet.SolutionsRow.ALLOCATION_THRESHOLD

Obtiene o establece el número de porcentaje entre 0 y 100 que especifica el umbral mínimo para un recurso que se asignará para un proyecto.

Espacio de nombres:  WebSvcPortfolioAnalyses
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property ALLOCATION_THRESHOLD As Double
    Get
    Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Double

value = instance.ALLOCATION_THRESHOLD

instance.ALLOCATION_THRESHOLD = value
public double ALLOCATION_THRESHOLD { get; set; }

Valor de propiedad

Tipo: System.Double
Devuelve Double.

Comentarios

Nota

Si el umbral de asignación es inferior al 100%, los proyectos se pueden seleccionar o recursos usando menos recursos.

Vea también

Referencia

clase PlannerSolutionDataSet.SolutionsRow

Miembros PlannerSolutionDataSet.SolutionsRow

Espacio de nombres WebSvcPortfolioAnalyses