TimeSheetSettingsDataSet.TimeSheetSettingsDataTable.Item Property
Gets a row of timesheet settings information at the specified index location in the TimeSheetSettingsDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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.Int32
The integer offset into the TimeSheetSettingsDataTable.
Property Value
Type: [Admin Web service].TimeSheetSettingsDataSet.TimeSheetSettingsRow
See Also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsDataTable Class