OptimizerSolutionDataSet.SolutionDataTable.Item Property
Gets a row object in the SolutionDataTable, 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.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.Int32
Specifies the row.
Property Value
Type: [PortfolioAnalyses Web service].OptimizerSolutionDataSet.SolutionRow
See Also
Reference
OptimizerSolutionDataSet.SolutionDataTable Class