Share via


OptimizerSolutionDataSet.SolutionConstraintsRow.MAX_VALUE property

Gets or sets the maximum value allowed for the constraint.

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

Syntax

'Declaration
Public Property MAX_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsRow
Dim value As Decimal

value = instance.MAX_VALUE

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

Property value

Type: System.Decimal
Returns Decimal.

Remarks

Note

The total value of the constraint across all selected projects optimizer solution cannot exceed this value.

See also

Reference

OptimizerSolutionDataSet.SolutionConstraintsRow class

OptimizerSolutionDataSet.SolutionConstraintsRow members

WebSvcPortfolioAnalyses namespace