Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.CONSTRAINT_TYPE property

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

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

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

WebSvcPortfolioAnalyses namespace