Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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