Compartir a través de


del método Admin.UpdateTimesheetManagers

Actualiza la lista de administradores del parte de horas configuradas.

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

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateTimesheetManagers", 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 Sub UpdateTimesheetManagers ( _
    managers As TimesheetManagersDataSet _
)
'Uso
Dim instance As Admin
Dim managers As TimesheetManagersDataSet

instance.UpdateTimesheetManagers(managers)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateTimesheetManagers", 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 void UpdateTimesheetManagers(
    TimesheetManagersDataSet managers
)

Parámetros

Vea también

Referencia

clase Admin

Miembros Admin

Espacio de nombres WebSvcAdmin