Поделиться через


UnsubmittedTimesheetDataSet.TimePeriods Property

Gets a list of time periods that are associated with unsubmitted timesheets.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

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: [Admin Web service].UnsubmittedTimesheetDataSet.TimePeriodsDataTable

See Also

Reference

UnsubmittedTimesheetDataSet Class

UnsubmittedTimesheetDataSet Members

Admin Web Service