OptimizerSolutionDataSet.SolutionDataTable.Item property
Gets a row object in the SolutionDataTable, 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.SolutionRow
Get
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionDataTable
Dim index As Integer
Dim value As OptimizerSolutionDataSet.SolutionRow
value = instance.Item(index)
public OptimizerSolutionDataSet.SolutionRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionRow
See also
Reference
OptimizerSolutionDataSet.SolutionDataTable class