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