Share via


OptimizerSolutionDataSet.SolutionStrategicAlignmentRow.REVERSE_VALUE property

Gets the value that specifies how much of the total primary constraint value for the selected projects is devoted to the driver in the optimizer solution. Read-only.

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

Syntax

'Declaration
Public Property REVERSE_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionStrategicAlignmentRow
Dim value As Decimal

value = instance.REVERSE_VALUE

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

Property value

Type: System.Decimal
Returns Decimal.

Remarks

This number will sum to the total primary constraint value for selected projects when totaled for all drivers in the solution.

See also

Reference

OptimizerSolutionDataSet.SolutionStrategicAlignmentRow class

OptimizerSolutionDataSet.SolutionStrategicAlignmentRow members

WebSvcPortfolioAnalyses namespace