Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.CONSTRAINT_VALUE Property

Gets the limit used for 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_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
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

AnalysisDataSet.AnalysisPlannerSolutionsRow Class

AnalysisDataSet.AnalysisPlannerSolutionsRow Members

PortfolioAnalyses Web Service