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