Поделиться через


OptimizerSolutionDataSet.SolutionConstraintValuesRow.NUM_VALUE Property

Gets or sets the value of the constraint for the specified project.

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 NUM_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintValuesRow
Dim value As Decimal

value = instance.NUM_VALUE

instance.NUM_VALUE = value
public decimal NUM_VALUE { get; set; }

Property Value

Type: System.Decimal
Returns Decimal.

Remarks

Note

This value cannot be negative.

See Also

Reference

OptimizerSolutionDataSet.SolutionConstraintValuesRow Class

OptimizerSolutionDataSet.SolutionConstraintValuesRow Members

PortfolioAnalyses Web Service