Share via


UserDelegationDataSet.ResourceDelegationsDataTable.Item property

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

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcResource.UserDelegationDataSet.ResourceDelegationsRow

See also

Reference

UserDelegationDataSet.ResourceDelegationsDataTable class

UserDelegationDataSet.ResourceDelegationsDataTable members

WebSvcResource namespace