OptimizerSolutionDataSet.SolutionConstraintValues property
Gets the information about constraint values.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SolutionConstraintValues As OptimizerSolutionDataSet.SolutionConstraintValuesDataTable
Get
'Usage
Dim instance As OptimizerSolutionDataSet
Dim value As OptimizerSolutionDataSet.SolutionConstraintValuesDataTable
value = instance.SolutionConstraintValues
[BrowsableAttribute(false)]
public OptimizerSolutionDataSet.SolutionConstraintValuesDataTable SolutionConstraintValues { get; }
Property value
Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionConstraintValuesDataTable
See also
Reference
OptimizerSolutionDataSet class