Admin.UpdateTimesheetManagers method
Office 2013
Updates the configured timesheet managers list.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateTimesheetManagers", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateTimesheetManagers ( _
managers As TimesheetManagersDataSet _
)
Dim instance As Admin Dim managers As TimesheetManagersDataSet instance.UpdateTimesheetManagers(managers)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateTimesheetManagers", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/", ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] public void UpdateTimesheetManagers( TimesheetManagersDataSet managers )
Parameters
- managers
- Type: WebSvcAdmin.TimesheetManagersDataSet
A timesheet managers dataset.