Share via


OptimizerSolutionDataSet.SolutionRow.TOTAL_PRIORITY_VALUE Property

Gets the value that is the sum of the priority values of all projects selected in the optimizer 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 TOTAL_PRIORITY_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionRow
Dim value As Decimal

value = instance.TOTAL_PRIORITY_VALUE

instance.TOTAL_PRIORITY_VALUE = value
public decimal TOTAL_PRIORITY_VALUE { get; set; }

Property Value

Type: System.Decimal
Returns Decimal.

Remarks

Note

This number must be between 0.0 (representing 0%) and 1.0 (representing 100%).

See Also

Reference

OptimizerSolutionDataSet.SolutionRow Class

OptimizerSolutionDataSet.SolutionRow Members

PortfolioAnalyses Web Service