PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.Item property
Obtém uma linha na SolutionEfficientFrontierDataTable, em que a linha é especificada por um índice.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public ReadOnly Property Item ( _
index As Integer _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Get
'Uso
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; }
Parâmetros
index
Type: System.Int32Especifica a linha.
Property value
Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow
Ver também
Referência
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable class
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable members