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
- row
Type: [Statusing Web service].ProjectDataSet.AssignmentRow
Specifies the row that is to be deleted.
See Also
Reference
ProjectDataSet.AssignmentDataTable Class