SPAppInstance.AppWebFullUrl property
取得主控 SharePoint 元件是用於此應用程式執行個體的安裝期間建立之網站的絕對 URL。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AppWebFullUrl As Uri
Get
'用途
Dim instance As SPAppInstance
Dim value As Uri
value = instance.AppWebFullUrl
public Uri AppWebFullUrl { get; }
Property value
Type: System.Uri
網站的絕對 URL。