ProjectDataSet.AssignmentDataTable.NewAssignmentRow Method

Creates a row object in the AssignmentDataTable.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Function NewAssignmentRow As ProjectDataSet.AssignmentRow
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim returnValue As ProjectDataSet.AssignmentRow

returnValue = instance.NewAssignmentRow()
public ProjectDataSet.AssignmentRow NewAssignmentRow()

Return Value

Type: [Project Web service].ProjectDataSet.AssignmentRow

See Also

Reference

ProjectDataSet.AssignmentDataTable Class

ProjectDataSet.AssignmentDataTable Members

Project Web Service