Compartir a través de


del método Admin.ReadPeriodsWithUnsubmittedTimesheet

Lee una lista de todos los partes de horas no enviados para los períodos especificados.

Espacio de nombres:  WebSvcAdmin
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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
    Tipo: []

    Una matriz de GUID que especifica los períodos del parte de horas.

Valor devuelto

Tipo: WebSvcAdmin.UnsubmittedTimesheetDataSet
Contiene información acerca de los partes de horas no enviados.

Comentarios

Permisos de Project Server

Permiso

Descripción

ManageTimesheetAndFinancialPeriods

Permite que un usuario crear y modificar las definiciones de período fiscales y parte de horas. Permiso global.

Vea también

Referencia

clase Admin

Miembros Admin

Espacio de nombres WebSvcAdmin