Share via


UserDelegationDataSet.ResourceDelegationsDataTable.NewResourceDelegationsRow Method

Creates a row object in 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 Function NewResourceDelegationsRow As UserDelegationDataSet.ResourceDelegationsRow
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsDataTable
Dim returnValue As UserDelegationDataSet.ResourceDelegationsRow

returnValue = instance.NewResourceDelegationsRow()
public UserDelegationDataSet.ResourceDelegationsRow NewResourceDelegationsRow()

Return Value

Type: [Resource Web service].UserDelegationDataSet.ResourceDelegationsRow

See Also

Reference

UserDelegationDataSet.ResourceDelegationsDataTable Class

UserDelegationDataSet.ResourceDelegationsDataTable Members

Resource Web Service