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