Share via


UserDelegationDataSet.ResourceDelegationsDataTable.Item Property

Gets a row in the ResourceDelegationsDataTable, where the row is specified by an index.

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 ReadOnly Property Item ( _
    index As Integer _
) As UserDelegationDataSet.ResourceDelegationsRow
    Get
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsDataTable
Dim index As Integer
Dim value As UserDelegationDataSet.ResourceDelegationsRow

value = instance.Item(index)
public UserDelegationDataSet.ResourceDelegationsRow this[
    int index
] { get; }

Parameters

Property Value

Type: [Resource Web service].UserDelegationDataSet.ResourceDelegationsRow

See Also

Reference

UserDelegationDataSet.ResourceDelegationsDataTable Class

UserDelegationDataSet.ResourceDelegationsDataTable Members

Resource Web Service