Share via


OptimizerSolutionDataSet.SolutionConstraints Property

Gets the information about optimizer solution constraints.

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
<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: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionConstraintsDataTable

See Also

Reference

OptimizerSolutionDataSet Class

OptimizerSolutionDataSet Members

PortfolioAnalyses Web Service