UserDelegationDataSet.ResourceDelegationsDataTable.RemoveResourceDelegationsRow Method
Deletes the specified row from the ResourceDelegationsDataTable.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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: [Resource Web service].UserDelegationDataSet.ResourceDelegationsRow
Contains the row to delete.
See Also
Reference
UserDelegationDataSet.ResourceDelegationsDataTable Class