UnsubmittedTimesheetDataSet.TimePeriods property
Gets a list of time periods that are associated with unsubmitted timesheets.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TimePeriods As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Get
'Usage
Dim instance As UnsubmittedTimesheetDataSet
Dim value As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
value = instance.TimePeriods
[BrowsableAttribute(false)]
public UnsubmittedTimesheetDataSet.TimePeriodsDataTable TimePeriods { get; }
Property value
Type: WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsDataTable
See also
Reference
UnsubmittedTimesheetDataSet class