Share via


OptimizerSolutionDataSet.SolutionConstraintsRow.MD_PROP_POS Property

Gets or sets the order of the constraint in the optimizer solution.

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 MD_PROP_POS As Integer
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsRow
Dim value As Integer

value = instance.MD_PROP_POS

instance.MD_PROP_POS = value
public int MD_PROP_POS { get; set; }

Property Value

Type: System.Int32
Returns Int32.

Remarks

Note

If a solution has N constraints, they must be ordered from 0 to N-1.

See Also

Reference

OptimizerSolutionDataSet.SolutionConstraintsRow Class

OptimizerSolutionDataSet.SolutionConstraintsRow Members

PortfolioAnalyses Web Service