AssnHistoryDataSet.HistoryDataTable.RemoveHistoryRow Method
Deletes the specified row object from the HistoryDataTable.
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 RemoveHistoryRow ( _
row As AssnHistoryDataSet.HistoryRow _
)
'Usage
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim row As AssnHistoryDataSet.HistoryRow
instance.RemoveHistoryRow(row)
public void RemoveHistoryRow(
AssnHistoryDataSet.HistoryRow row
)
Parameters
- row
Type: [Statusing Web service].AssnHistoryDataSet.HistoryRow
Contains the row that is to be deleted.
See Also
Reference
AssnHistoryDataSet.HistoryDataTable Class