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
- row
Type: [Statusing Web service].SummaryTaskPathDataSet.SummaryTaskPathRow
Contains the row that is to be deleted.
See Also
Reference
SummaryTaskPathDataSet.SummaryTaskPathDataTable Class