OptimizerSolutionDataSet.SolutionEfficientFrontier Property
Gets the information about the boundary between efficient optimizer solutions and inefficient optimizer solutions.
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
<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: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
See Also
Reference
OptimizerSolutionDataSet Class