PermissionDataSet.ActionsDataTable.Item property
Gets a row in the ActionsDataTable, 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.ActionsRow
Get
'Usage
Dim instance As PermissionDataSet.ActionsDataTable
Dim index As Integer
Dim value As PermissionDataSet.ActionsRow
value = instance.Item(index)
public PermissionDataSet.ActionsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcSecurity.PermissionDataSet.ActionsRow
See also
Reference
PermissionDataSet.ActionsDataTable class