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