Share via


PlannerSolutionDataSet.SolutionsRow.ALLOCATION_THRESHOLD property

Gets or sets a percentage number between 0 and 100 that specifies the minimum threshold for a resource to be allocated for a project.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ALLOCATION_THRESHOLD As Double
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Double

value = instance.ALLOCATION_THRESHOLD

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

Property value

Type: System.Double
Returns Double.

Remarks

Note

If the allocation threshold is below 100%, projects can be selected or resourced using fewer resources.

See also

Reference

PlannerSolutionDataSet.SolutionsRow class

PlannerSolutionDataSet.SolutionsRow members

WebSvcPortfolioAnalyses namespace