Admin.ReadPeriodsWithUnsubmittedTimesheet method

Reads a list of all unsubmitted timesheets for the specified periods.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPeriodsWithUnsubmittedTimesheet ( _
    periods As Guid() _
) As UnsubmittedTimesheetDataSet
'Usage
Dim instance As Admin
Dim periods As Guid()
Dim returnValue As UnsubmittedTimesheetDataSet

returnValue = instance.ReadPeriodsWithUnsubmittedTimesheet(periods)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UnsubmittedTimesheetDataSet ReadPeriodsWithUnsubmittedTimesheet(
    Guid[] periods
)

Parameters

  • periods
    Type: []

    An array of GUIDs that specify the timesheet periods.

Return value

Type: WebSvcAdmin.UnsubmittedTimesheetDataSet
Contains information about the unsubmitted timesheets.

Remarks

Project Server Permissions

Permission

Description

ManageTimesheetAndFinancialPeriods

Allows a user to create and modify timesheet and fiscal period definitions. Global permission.

See also

Reference

Admin class

Admin members

WebSvcAdmin namespace