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:  [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 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

PortfolioAnalyses Web Service