OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable.Item property
Gets a row object in the SolutionFrontierDataTable, 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 OptimizerSolutionDataSet.SolutionEfficientFrontierRow
Get
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim index As Integer
Dim value As OptimizerSolutionDataSet.SolutionEfficientFrontierRow
value = instance.Item(index)
public OptimizerSolutionDataSet.SolutionEfficientFrontierRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionEfficientFrontierRow
See also
Reference
OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable class
OptimizerSolutionDataSet.SolutionEfficientFrontierDataTable members