共用方式為


Admin.ReadTimesheetManagers 方法

讀取設定時程表管理員清單。

命名空間:  WebSvcAdmin
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<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
'用途
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()

傳回值

類型:WebSvcAdmin.TimesheetManagersDataSet
時程表管理員資料集。

請參閱

參照

Admin 類別

Admin 成員

WebSvcAdmin 命名空間