OptimizerSolutionDataSet.SolutionEfficientFrontier property
Gets the information about the boundary between efficient optimizer solutions and inefficient optimizer solutions.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SolutionEfficientFrontier As OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
Get
'Usage
Dim instance As OptimizerSolutionDataSet
Dim value As OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
value = instance.SolutionEfficientFrontier
[BrowsableAttribute(false)]
public OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable SolutionEfficientFrontier { get; }
Property value
Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
See also
Reference
OptimizerSolutionDataSet class