Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified row object from the AssignmentDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcProject.ProjectDataSet.AssignmentRowContains the row information.
See also
Reference
ProjectDataSet.AssignmentDataTable class