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:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

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

PortfolioAnalyses Web Service