TimesheetManagersDataSet.TimesheetManagersDataTable.Item-Eigenschaft
Dient zum Abrufen einer Reihe von Managern Uhrzeitinformationen an der angegebenen Indexposition in der TimesheetManagersDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetManagersDataSet.TimesheetManagersRow
Get
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim index As Integer
Dim value As TimesheetManagersDataSet.TimesheetManagersRow
value = instance.Item(index)
public TimesheetManagersDataSet.TimesheetManagersRow this[
int index
] { get; }
Parameter
index
Typ: System.Int32Eine ganze Zahl, die den Index in der TimesheetManagersDataTable darstellt.
Eigenschaftswert
Typ: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
Ein Row-Objekt.
Siehe auch
Referenz
TimesheetManagersDataSet.TimesheetManagersDataTable Klasse