PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.Item - Propriété
Obtient une ligne de la SolutionEfficientFrontierDataTable, où la ligne est spécifiée par un index.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
index As Integer _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Get
'Utilisation
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; }
Paramètres
index
Type : System.Int32Spécifie la ligne.
Valeur de propriété
Type : WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow
Voir aussi
Référence
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable classe
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable - Membres