TimesheetDataSet.ActualsDataTable.Item property
Gets a row in the ActualsDataTable, where the row is specified by an index.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetDataSet.ActualsRow
Get
'Usage
Dim instance As TimesheetDataSet.ActualsDataTable
Dim index As Integer
Dim value As TimesheetDataSet.ActualsRow
value = instance.Item(index)
public TimesheetDataSet.ActualsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.ActualsRow
See also
Reference
TimesheetDataSet.ActualsDataTable class