Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.ALLOCATION_THRESHOLD property

Gets the value that specifies the percentage at which a project is considered fully resourced for the solution. Read-only.

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

Syntax

'Declaration
Public Property ALLOCATION_THRESHOLD As Double
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
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

This must be a number greater than 0.0 (representing 0%) and can be higher than 1.0 (100%).

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

AnalysisDataSet.AnalysisPlannerSolutionsRow members

WebSvcPortfolioAnalyses namespace