Expand Minimize
This topic has not yet been rated - Rate this topic

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()

Return value

Type: WebSvcAdmin.TimesheetManagersDataSet
A timesheet manager dataset.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.