TimesheetLineClassDataSet.DepartmentsDataTable.Item property

Gets a row of department information at the specified index location in the DepartmentsDataTable.

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

Syntax

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

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

Parameters

  • index
    Type: System.Int32

    An integer that represents the index into the DepartmentsDataTable.

Property value

Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow

See also

Reference

TimesheetLineClassDataSet.DepartmentsDataTable class

TimesheetLineClassDataSet.DepartmentsDataTable members

WebSvcAdmin namespace