de la propiedad PlannerSolutionDataSet.SolutionResHiredDataTable.Item
Obtiene una fila en la SolutionResHiredDataTable, donde se especifica la fila por un índice.
Espacio de nombres: WebSvcPortfolioAnalyses
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Item ( _
index As Integer _
) As PlannerSolutionDataSet.SolutionResHiredRow
Get
'Uso
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionResHiredRow
value = instance.Item(index)
public PlannerSolutionDataSet.SolutionResHiredRow this[
int index
] { get; }
Parámetros
index
Tipo: System.Int32Especifica la fila.
Valor de propiedad
Tipo: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow
Vea también
Referencia
clase PlannerSolutionDataSet.SolutionResHiredDataTable