TimesheetListDataSet.Timesheets Property
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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