Share via


ResourcePlanDataSet.UtilizationDataTable.Item property

Gets a row in the UtilizationDataTable, 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.UtilizationRow
    Get
'Usage
Dim instance As ResourcePlanDataSet.UtilizationDataTable
Dim index As Integer
Dim value As ResourcePlanDataSet.UtilizationRow

value = instance.Item(index)
public ResourcePlanDataSet.UtilizationRow this[
    int index
] { get; }

Parameters

Property value

Type: WebSvcResourcePlan.ResourcePlanDataSet.UtilizationRow

See also

Reference

ResourcePlanDataSet.UtilizationDataTable class

ResourcePlanDataSet.UtilizationDataTable members

WebSvcResourcePlan namespace