UserDelegationDataSet.ResourceDelegationsDataTable.RemoveResourceDelegationsRow method
Deletes the specified row from the ResourceDelegationsDataTable.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveResourceDelegationsRow ( _
row As UserDelegationDataSet.ResourceDelegationsRow _
)
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsDataTable
Dim row As UserDelegationDataSet.ResourceDelegationsRow
instance.RemoveResourceDelegationsRow(row)
public void RemoveResourceDelegationsRow(
UserDelegationDataSet.ResourceDelegationsRow row
)
Parameters
row
Type: WebSvcResource.UserDelegationDataSet.ResourceDelegationsRowContains the row to delete.
See also
Reference
UserDelegationDataSet.ResourceDelegationsDataTable class