Share via


ResourceAuthorizationDataSet.CategoryPermissionsDataTable.Item property

Gets a row object in the CategoryPermissionsDataTable, 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 ResourceAuthorizationDataSet.CategoryPermissionsRow
    Get
'Usage
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsDataTable
Dim index As Integer
Dim value As ResourceAuthorizationDataSet.CategoryPermissionsRow

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

Parameters

Property value

Type: WebSvcResource.ResourceAuthorizationDataSet.CategoryPermissionsRow

See also

Reference

ResourceAuthorizationDataSet.CategoryPermissionsDataTable class

ResourceAuthorizationDataSet.CategoryPermissionsDataTable members

WebSvcResource namespace