Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified row from the ProjectsDataTable.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveProjectsRow ( _
row As ProjectArchiveRetentionDataSet.ProjectsRow _
)
'Usage
Dim instance As ProjectArchiveRetentionDataSet.ProjectsDataTable
Dim row As ProjectArchiveRetentionDataSet.ProjectsRow
instance.RemoveProjectsRow(row)
public void RemoveProjectsRow(
ProjectArchiveRetentionDataSet.ProjectsRow row
)
Parameters
row
Type: WebSvcArchive.ProjectArchiveRetentionDataSet.ProjectsRowDeletes the specified row object.
See also
Reference
ProjectArchiveRetentionDataSet.ProjectsDataTable class