Freigeben über


Admin.ReadTimesheetManagers-Methode

Liest den konfigurierten Arbeitszeittabellen-Manager-Liste.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadTimesheetManagers", 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 ReadTimesheetManagers As TimesheetManagersDataSet
'Usage
Dim instance As Admin
Dim returnValue As TimesheetManagersDataSet

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

Rückgabewert

Typ: WebSvcAdmin.TimesheetManagersDataSet
Arbeitszeittabellen-Manager Dataset.

Siehe auch

Referenz

Admin Klasse

Admin-Member

WebSvcAdmin-Namespace