PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable.Item Property
Gets a row in the SolutionProjectRequirementsByRoleDataTable, 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 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.Int32
Specifies the row.
Property Value
Type: [PortfolioAnalyses Web service].PlannerSolutionDataSet.SolutionProjectRequirementsByRoleRow
See Also
Reference
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Class
PlannerSolutionDataSet.SolutionProjectRequirementsByRoleDataTable Members