Aracılığıyla paylaş


ResourcePlanDataSet.UtilizationDataTable.Item Property

Gets a row in the UtilizationDataTable, 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.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: [ResourcePlan Web service].ResourcePlanDataSet.UtilizationRow

See Also

Reference

ResourcePlanDataSet.UtilizationDataTable Class

ResourcePlanDataSet.UtilizationDataTable Members

ResourcePlan Web Service