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