OptimizerSolutionDataSet.SolutionConstraintValuesDataTable.Item Property
Gets a row object in the SolutionConstraintValuesDataTable, 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.SolutionConstraintValuesRow
Get
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintValuesDataTable
Dim index As Integer
Dim value As OptimizerSolutionDataSet.SolutionConstraintValuesRow
value = instance.Item(index)
public OptimizerSolutionDataSet.SolutionConstraintValuesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionConstraintValuesRow
See Also
Reference
OptimizerSolutionDataSet.SolutionConstraintValuesDataTable Class
OptimizerSolutionDataSet.SolutionConstraintValuesDataTable Members