ResourcePlanDataSet.DatesDataTable.Item Property
Gets a row in the DatesDataTable, 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.DatesRow
Get
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim index As Integer
Dim value As ResourcePlanDataSet.DatesRow
value = instance.Item(index)
public ResourcePlanDataSet.DatesRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.DatesRow
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class