Share via


AnalysisDataSet.AnalysisPlannerSolutionsDataTable.Item Property

Gets a row object in the AnalysisPlannerSolutionsDataTable, 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 AnalysisDataSet.AnalysisPlannerSolutionsRow
    Get
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsDataTable
Dim index As Integer
Dim value As AnalysisDataSet.AnalysisPlannerSolutionsRow

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

Parameters

Property Value

Type: [PortfolioAnalyses Web service].AnalysisDataSet.AnalysisPlannerSolutionsRow

See Also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsDataTable Class

AnalysisDataSet.AnalysisPlannerSolutionsDataTable Members

PortfolioAnalyses Web Service