OptimizerSolutionDataSet.SolutionEfficientFrontierRow.Y_VALUE Property
Gets the Y value for the point corresponding to the total priority of the selected projects. 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 Y_VALUE As Decimal
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Decimal
value = instance.Y_VALUE
instance.Y_VALUE = value
public decimal Y_VALUE { get; set; }
Property Value
Type: System.Decimal
Returns Decimal.
See Also
Reference
OptimizerSolutionDataSet.SolutionEfficientFrontierRow Class
OptimizerSolutionDataSet.SolutionEfficientFrontierRow Members