Share via


PlannerSolutionDataSet.SolutionEfficientFrontierRow.Y_VALUE property

Gets the Y value of the point, corresponding to the strategic value of a planner solution in the analysis. Read-only.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property Y_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.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

PlannerSolutionDataSet.SolutionEfficientFrontierRow class

PlannerSolutionDataSet.SolutionEfficientFrontierRow members

WebSvcPortfolioAnalyses namespace