ProjectDataSet.AssignmentDataTable.NewAssignmentRow Method
Creates a row object in the AssignmentDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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: [Statusing Web service].ProjectDataSet.AssignmentRow
See Also
Reference
ProjectDataSet.AssignmentDataTable Class