OptimizerSolutionDataSet.SolutionRow.TOTAL_HARD_CONSTRAINT_VALUE Property
Gets a value that is the sum of the primary constraint custom field values ofl projects selected in the optimizer 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 TOTAL_HARD_CONSTRAINT_VALUE As Decimal
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionRow
Dim value As Decimal
value = instance.TOTAL_HARD_CONSTRAINT_VALUE
instance.TOTAL_HARD_CONSTRAINT_VALUE = value
public decimal TOTAL_HARD_CONSTRAINT_VALUE { get; set; }
Property Value
Type: System.Decimal
Returns Decimal.
See Also
Reference
OptimizerSolutionDataSet.SolutionRow Class