ServerInfo.SharePointSiteCollectionUrl プロパティ
フォームがある SharePoint サイト コレクションの URL を提供する Uri を取得します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (Microsoft.Office.InfoPath.dll)
構文
'宣言
Public MustOverride ReadOnly Property SharePointSiteCollectionUrl As Uri
Get
'使用
Dim instance As ServerInfo
Dim value As Uri
value = instance.SharePointSiteCollectionUrl
public abstract Uri SharePointSiteCollectionUrl { get; }
プロパティ値
型: System.Uri
フォームがある SharePoint サイト コレクションの URL。
解説
このメンバーには、現在開いているフォームと同じドメインで実行中のフォーム、またはクロスドメインのアクセス許可が与えられたフォームのみがアクセスできます。
この型またはメンバーには、Microsoft InfoPath Filler または Web ブラウザーで開かれたフォームを実行中のコードからアクセスできます。