Share via


PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.Item property

Gets a row in the SolutionEfficientFrontierDataTable, where the row is specified by an index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
    Get
'Usage
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionEfficientFrontierRow

value = instance.Item(index)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow

See also

Reference

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable class

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable members

WebSvcPortfolioAnalyses namespace