Compartir a través de


de la propiedad PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable.Item

Obtiene una fila en la SolutionProjectRequirementsByRoleDataTable, 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.SolutionProjectRequirementsByRoleRow
    Get
'Uso
Dim instance As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow

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

Parámetros

Valor de propiedad

Tipo: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow

Vea también

Referencia

clase PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable

Miembros PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable

Espacio de nombres WebSvcPortfolioAnalyses