ProjectDataSet.AssignmentDataTable.RemoveAssignmentRow Method

Deletes the specified row object from 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 Sub RemoveAssignmentRow ( _
    row As ProjectDataSet.AssignmentRow _
)
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim row As ProjectDataSet.AssignmentRow

instance.RemoveAssignmentRow(row)
public void RemoveAssignmentRow(
    ProjectDataSet.AssignmentRow row
)

Parameters

See Also

Reference

ProjectDataSet.AssignmentDataTable Class

ProjectDataSet.AssignmentDataTable Members

Statusing Web Service