Share via


DepartmentsDataSet.DepartmentsDataTable.Item property

Gets the row that is specified by a zero-based index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As DepartmentsDataSet.DepartmentsRow
    Get
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim index As Integer
Dim value As DepartmentsDataSet.DepartmentsRow

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

Parameters

  • index
    Type: System.Int32

    The integer offset into the DepartmentsDataTable.

Property value

Type: WebSvcAdmin.DepartmentsDataSet.DepartmentsRow

See also

Reference

DepartmentsDataSet.DepartmentsDataTable class

DepartmentsDataSet.DepartmentsDataTable members

WebSvcAdmin namespace