AnalysisDataSet.AnalysisPlannerSolutionsRow.CONSTRAINT_TYPE Property

Gets the type of constraint used by the portfolio analysis resource planner solution. Read-only.

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 AnalysisDataSet.AnalysisPlannerSolutionsRow
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

Note

This value must correspond to an entry in the Planner.ConstraintType enumeration.

See Also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow Class

AnalysisDataSet.AnalysisPlannerSolutionsRow Members

PortfolioAnalyses Web Service