PlannerSolutionDataSet.SolutionsRow.CONSTRAINT_TYPE property
Gets or sets the constraint type that the current planner solution is using.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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