Share via


OptimizerSolutionDataSet.SolutionConstraintsDataTable.Item Property

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

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

Parameters

Property Value

Type: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionConstraintsRow

See Also

Reference

OptimizerSolutionDataSet.SolutionConstraintsDataTable Class

OptimizerSolutionDataSet.SolutionConstraintsDataTable Members

PortfolioAnalyses Web Service