Condividi tramite


OptimizerSolutionDataSet.SolutionProjectsRow.ABSOLUTE_PRIORITY property

Gets the absolute (base) priority assigned to the project within the analysis. Read-only.

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

Syntax

'Declaration
Public Property ABSOLUTE_PRIORITY As Double
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionProjectsRow
Dim value As Double

value = instance.ABSOLUTE_PRIORITY

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

Property value

Type: System.Double
Returns Double.

Remarks

Note

This value must be between 0.0 (representing 0%) and 1.0 (representing 100%). It is based purely on evaluating the project against the prioritization for the analysis, and is not normalized across projects.

See also

Reference

OptimizerSolutionDataSet.SolutionProjectsRow class

OptimizerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace