TimesheetListDataSet.Timesheets property
Gets the information about a timesheet list.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsDataTable