Share via


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.RemovePostDependenciesRow Method

Deletes a row object from the PostDependenciesDataTable.

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 RemovePostDependenciesRow ( _
    row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow _
)
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Dim row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow

instance.RemovePostDependenciesRow(row)
public void RemovePostDependenciesRow(
    StatusingAssignmentDependenciesDataSet.PostDependenciesRow row
)

Parameters

See Also

Reference

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable Class

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable Members

Statusing Web Service