ResourcePlanDataSet.PlanResourcesDataTable.RemovePlanResourcesRow Method
Deletes the specified row object from the PlanResourcesDataTable.
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 Sub RemovePlanResourcesRow ( _
row As ResourcePlanDataSet.PlanResourcesRow _
)
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim row As ResourcePlanDataSet.PlanResourcesRow
instance.RemovePlanResourcesRow(row)
public void RemovePlanResourcesRow(
ResourcePlanDataSet.PlanResourcesRow row
)
Parameters
- row
Type: [ResourcePlan Web service].ResourcePlanDataSet.PlanResourcesRow
Contains the row that is to be deleted.
See Also
Reference
ResourcePlanDataSet.PlanResourcesDataTable Class