Compartilhar via


Admin.ReadPeriodsWithUnsubmittedTimesheet method

Lê uma lista de todos os quadros de horários para os períodos especificados.

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

Syntax

'Declaração
<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
'Uso
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
)

Parâmetros

  • periods
    Type: []

    Uma matriz de GUIDs que especificam os períodos de quadro de horários.

Valor retornado

Type: WebSvcAdmin.UnsubmittedTimesheetDataSet
Contém informações sobre os quadros de horários.

Comentários

Permissões do Project Server

Permissão

Descrição

ManageTimesheetAndFinancialPeriods

Permite que um usuário crie e modifique o quadro de horários e definições de período fiscal. Permissão global.

Ver também

Referência

Admin class

Admin members

WebSvcAdmin namespace