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