次の方法で共有


WssInterop.GetWSSVServerURL メソッド

指定した SharePoint サイトの URL を取得します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURL", 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 GetWSSVServerURL ( _
    wssServerUID As Guid _
) As String
'使用
Dim instance As WssInterop
Dim wssServerUID As Guid
Dim returnValue As String

returnValue = instance.GetWSSVServerURL(wssServerUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/WssInterop/GetWSSVServerURL", 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 string GetWSSVServerURL(
    Guid wssServerUID
)

パラメーター

  • wssServerUID
    型: System.Guid

    ファーム内のサーバーの GUID です。

戻り値

型: System.String
SharePoint サイトの URL の文字列。

注釈

サイトは、SharePoint ファーム内にする必要があります。

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

権限

説明

LogOn

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

関連項目

参照先

WssInterop クラス

WssInterop メンバー

WebSvcWssInterop 名前空間