Share via


PlannerSolutionDataSet.SolutionResHiredDataTable.Item property

Gets a row in the SolutionResHiredDataTable, 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.SolutionResHiredRow
    Get
'Usage
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; }

Parameters

Property value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow

See also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable class

PlannerSolutionDataSet.SolutionResHiredDataTable members

WebSvcPortfolioAnalyses namespace