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: [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 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