Compartir a través de


PlannerSolutionDataSet.SolutionResHiredDataTable.Item Property

Gets a row in the SolutionResHiredDataTable, where the row is specified by an index.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

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: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionResHiredRow

See Also

Reference

PlannerSolutionDataSet.SolutionResHiredDataTable Class

PlannerSolutionDataSet.SolutionResHiredDataTable Members

PortfolioAnalyses Web Service