SummaryTaskPathDataSet.SummaryTaskPathDataTable.RemoveSummaryTaskPathRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified row object from the SummaryTaskPathDataTable
public:
void RemoveSummaryTaskPathRow(WebSvcStatusing::SummaryTaskPathDataSet::SummaryTaskPathRow ^ row);
public void RemoveSummaryTaskPathRow(WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow row);
member this.RemoveSummaryTaskPathRow : WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow -> unit
Public Sub RemoveSummaryTaskPathRow (row As SummaryTaskPathDataSet.SummaryTaskPathRow)
Parameters
Contains the row that is to be deleted.