Condividi tramite


ResourcePlanDataSet.PlanAssignmentCustomFieldsDataTable.Item property

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

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

Parameters

Property value

Type: WebSvcResourcePlan.ResourcePlanDataSet.PlanAssignmentCustomFieldsRow

See also

Reference

ResourcePlanDataSet.PlanAssignmentCustomFieldsDataTable class

ResourcePlanDataSet.PlanAssignmentCustomFieldsDataTable members

WebSvcResourcePlan namespace