Admin.ReadTimesheetManagers method
Office 2013
Reads the configured timesheet managers list.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/ReadTimesheetManagers", 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 Function ReadTimesheetManagers As TimesheetManagersDataSet
Dim instance As Admin Dim returnValue As TimesheetManagersDataSet returnValue = instance.ReadTimesheetManagers()
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/ReadTimesheetManagers", 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 TimesheetManagersDataSet ReadTimesheetManagers()