PlannerSolutionDataSet.SolutionsRow.CONSTRAINT_VALUE Property
Gets or sets the numeric value for the planner constraint.
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_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