TimesheetListDataSet.Timesheets Property
Gets the information about a timesheet list.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Timesheets As TimesheetListDataSet.TimesheetsDataTable
Get
'Usage
Dim instance As TimesheetListDataSet
Dim value As TimesheetListDataSet.TimesheetsDataTable
value = instance.Timesheets
[BrowsableAttribute(false)]
public TimesheetListDataSet.TimesheetsDataTable Timesheets { get; }
Property Value
Type: [TimeSheet Web service].TimesheetListDataSet.TimesheetsDataTable