PlannerSolutionDataSet.SolutionsRow.CONSTRAINT_TYPE Property

Gets or sets the constraint type that the current planner solution is using.

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 CONSTRAINT_TYPE As Byte
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Byte

value = instance.CONSTRAINT_TYPE

instance.CONSTRAINT_TYPE = value
public byte CONSTRAINT_TYPE { get; set; }

Property Value

Type: System.Byte
Returns Byte.

Remarks

This should correspond to a value in Planner.ConstraintType enumeration.

See Also

Reference

PlannerSolutionDataSet.SolutionsRow Class

PlannerSolutionDataSet.SolutionsRow Members

PortfolioAnalyses Web Service