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