Admin.ReadStatusingSettings 方法

读取用于 statusing 的操作的管理设置。

命名空间:  WebSvcAdmin
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadStatusingSettings", 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 ReadStatusingSettings As StatusingSettingsDataSet
用法
Dim instance As Admin
Dim returnValue As StatusingSettingsDataSet

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

返回值

类型:WebSvcAdmin.StatusingSettingsDataSet
包含管理 statusing 设置。

备注

Project Server 权限

权限

说明

LogOn

允许用户登录到 Project Server。全局权限。

另请参阅

引用

Admin 类

Admin 成员

WebSvcAdmin 命名空间