PlannerSolutionDataSet.SolutionsRow.CONSTRAINT_VALUE property
Gets or sets the numeric value for the planner constraint.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CONSTRAINT_VALUE As Decimal
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Decimal
value = instance.CONSTRAINT_VALUE
instance.CONSTRAINT_VALUE = value
public decimal CONSTRAINT_VALUE { get; set; }
Property value
Type: System.Decimal
Returns Decimal.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class