Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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