SummaryTaskPathDataSet.SummaryTaskPathDataTable.RemoveSummaryTaskPathRow Method

Deletes the specified row object from the SummaryTaskPathDataTable

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 RemoveSummaryTaskPathRow ( _
    row As SummaryTaskPathDataSet.SummaryTaskPathRow _
)
'Usage
Dim instance As SummaryTaskPathDataSet.SummaryTaskPathDataTable
Dim row As SummaryTaskPathDataSet.SummaryTaskPathRow

instance.RemoveSummaryTaskPathRow(row)
public void RemoveSummaryTaskPathRow(
    SummaryTaskPathDataSet.SummaryTaskPathRow row
)

Parameters

See Also

Reference

SummaryTaskPathDataSet.SummaryTaskPathDataTable Class

SummaryTaskPathDataSet.SummaryTaskPathDataTable Members

Statusing Web Service