OptimizerSolutionDataSet.SolutionConstraintsRow.MAX_VALUE Property
Gets or sets the maximum value allowed for the constraint.
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 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