TimeSheetSettingsDataSet.TimeSheetSettingsDataTable.Item property
Gets a row of timesheet settings information at the specified index location in the TimeSheetSettingsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Get
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsDataTable
Dim index As Integer
Dim value As TimeSheetSettingsDataSet.TimeSheetSettingsRow
value = instance.Item(index)
public TimeSheetSettingsDataSet.TimeSheetSettingsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32The integer offset into the TimeSheetSettingsDataTable.
Property value
Type: WebSvcAdmin.TimeSheetSettingsDataSet.TimeSheetSettingsRow
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsDataTable class