Share via


PlannerSolutionDataSet.SolutionProjectsRow.PRIORITY Property

Gets the priority assigned to the project within the analysis. 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 PRIORITY As Double
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Double

value = instance.PRIORITY

instance.PRIORITY = value
public double 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%). This value is normalized across the analysis; it must sum to 1.0 for all projects included.

See Also

Reference

PlannerSolutionDataSet.SolutionProjectsRow Class

PlannerSolutionDataSet.SolutionProjectsRow Members

PortfolioAnalyses Web Service