Share via


PlannerSolutionDataSet.SolutionProjectsDataTable.Item property

Gets a row in the SolutionProjectsDataTable, 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 PlannerSolutionDataSet.SolutionProjectsRow
    Get
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionProjectsRow

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

Parameters

Property value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionProjectsRow

See also

Reference

PlannerSolutionDataSet.SolutionProjectsDataTable class

PlannerSolutionDataSet.SolutionProjectsDataTable members

WebSvcPortfolioAnalyses namespace