次の方法で共有


SharepointListAdapter.SiteUrl プロパティ

定義

オブジェクトがクエリを実行するWindows SharePoint Services サイトの Uniform Resource Locator (URL) をSharepointListAdapterObject取得します。

public:
 property System::String ^ SiteUrl { System::String ^ get(); };
public string SiteUrl { get; }
member this.SiteUrl : string
Public ReadOnly Property SiteUrl As String

プロパティ値

次の例では、SharePoint リストへの既存のデータ接続の SiteUrl プロパティ "SharePoint list" がメッセージ ボックスに表示されます。

SharepointListAdapter SPList = ((SharepointListAdapter)thisXDocument.DataAdapters[“SharePoint list”]);
thisXDocument.UI.Alert(SPList.<span class="label">SiteUrl</span>);

注釈

重要: このメンバーにアクセスできるのは、現在開いているフォームと同じドメインで実行されているフォーム、またはクロスドメインアクセス許可が付与されているフォームのみです。

適用対象