Admin.ReadStatusingSettings メソッド
状態管理操作に使用される管理の設定を読み取ります。
名前空間: 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
状態管理の管理の設定が含まれています。
注釈
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
Project Server にログオンすることができます。グローバル アクセス権。 |