SharepointListQueryConnection.SiteUrl プロパティ
メモ: この API は現在は使用されていません。
SharepointListQueryConnection オブジェクトと関連付けられた Windows SharePoint Services サイトの URL (Uniform Resource Locator) を表す System.Uri オブジェクトを取得します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (Microsoft.Office.InfoPath.dll)
構文
'宣言
<ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")> _
Public MustOverride ReadOnly Property SiteUrl As Uri
Get
'使用
Dim instance As SharepointListQueryConnection
Dim value As Uri
value = instance.SiteUrl
[ObsoleteAttribute("The SharePointListQueryConnection class has been deprecated. Use SharePointListRWQueryConnection instead.")]
public abstract Uri SiteUrl { get; }
プロパティ値
型: System.Uri
SharepointListQueryConnection オブジェクトと関連付けられた Windows SharePoint Services サイトの URL (Uniform Resource Locator) を表す System.Uri オブジェクト。
解説
SiteUrl プロパティによって返される System.Uri オブジェクトが提供するさまざまなプロパティやメソッドを使用すると、SharePoint サイトの URL に関する情報を提供できます。
このメンバーには、現在開いているフォームと同じドメインで実行中のフォーム、またはクロスドメインのアクセス許可が与えられたフォームのみがアクセスできます。
この型またはメンバーには、Microsoft InfoPath Filler または Web ブラウザーで開かれたフォームを実行中のコードからアクセスできます。
例
次の例では、SiteUrl プロパティによって返される値を文字列変数に設定しています。
string spSiteURL = spConnection.SiteUrl.ToString();
Dim spSiteURL As String input = _
string spSiteURL = spConnection.SiteUrl.ToString()
関連項目
参照
SharepointListQueryConnection クラス