ResourcePlanDataSet.PlanResourcesDataTable.Item Property
Gets a row in the PlanResourcesDataTable, where the row is specified by an index.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ResourcePlanDataSet.PlanResourcesRow
Get
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim index As Integer
Dim value As ResourcePlanDataSet.PlanResourcesRow
value = instance.Item(index)
public ResourcePlanDataSet.PlanResourcesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.PlanResourcesRow
See Also
Reference
ResourcePlanDataSet.PlanResourcesDataTable Class