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