OptimizerSolutionDataSet.SolutionConstraintValuesDataTable.Item property
Gets a row object in the SolutionConstraintValuesDataTable, 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 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.Int32Specifies the row.
Property value
Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionConstraintValuesRow
See also
Reference
OptimizerSolutionDataSet.SolutionConstraintValuesDataTable class
OptimizerSolutionDataSet.SolutionConstraintValuesDataTable members