ResourcePlanDataSet.DatesDataTable.NewDatesRow Method
Creates a row object in 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 Function NewDatesRow As ResourcePlanDataSet.DatesRow
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim returnValue As ResourcePlanDataSet.DatesRow
returnValue = instance.NewDatesRow()
public ResourcePlanDataSet.DatesRow NewDatesRow()
Return Value
Type: [ResourcePlan Web service].ResourcePlanDataSet.DatesRow
See Also
Reference
ResourcePlanDataSet.DatesDataTable Class