Share via


PermissionDataSet.FeaturesDataTable.Item property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As PermissionDataSet.FeaturesRow
    Get
'Usage
Dim instance As PermissionDataSet.FeaturesDataTable
Dim index As Integer
Dim value As PermissionDataSet.FeaturesRow

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

Parameters

Property value

Type: WebSvcSecurity.PermissionDataSet.FeaturesRow

See also

Reference

PermissionDataSet.FeaturesDataTable class

PermissionDataSet.FeaturesDataTable members

WebSvcSecurity namespace