次の方法で共有


WssInterop.ReadWssSettings メソッド

SharePoint サーバーの全体管理サイトでは、 Project Web Appの設定を取得します。

名前空間:  WebSvcWssInterop
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssSettings", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadWssSettings As WssSettingsDataSet
'使用
Dim instance As WssInterop
Dim returnValue As WssSettingsDataSet

returnValue = instance.ReadWssSettings()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/ReadWssSettings", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/WssInterop/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public WssSettingsDataSet ReadWssSettings()

戻り値

型: WebSvcWssInterop.WssSettingsDataSet

注釈

プロジェクト サーバーのアクセス許可

権限

説明

LogOn

Project Server にログオンすることができます。グローバル アクセス権。

関連項目

参照先

WssInterop クラス

WssInterop メンバー

WebSvcWssInterop 名前空間