Share via


ResourcePlanDataSet.DatesDataTable.Item property

Gets a row in the DatesDataTable, where the row is specified by an index.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

Property value

Type: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow

See also

Reference

ResourcePlanDataSet.DatesDataTable class

ResourcePlanDataSet.DatesDataTable members

WebSvcResourcePlan namespace