Share via


OptimizerSolutionDataSet.SolutionEfficientFrontierRow.X_VALUE property

Gets the X value for the point corresponding to the primary constraint max value. Read-only.

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

Syntax

'Declaration
Public Property X_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Decimal

value = instance.X_VALUE

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

Property value

Type: System.Decimal
Returns Decimal.

See also

Reference

OptimizerSolutionDataSet.SolutionEfficientFrontierRow class

OptimizerSolutionDataSet.SolutionEfficientFrontierRow members

WebSvcPortfolioAnalyses namespace