Share via


OptimizerSolutionDataSet.SolutionConstraintsRow.MD_PROP_POS property

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

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcPortfolioAnalyses namespace