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:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcPortfolioAnalyses namespace