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