共用方式為


SPAppInstance.SettingsPageUrl property

取得目前應用程式執行個體的設定頁面 URL。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property SettingsPageUrl As Uri
    Get
'用途
Dim instance As SPAppInstance
Dim value As Uri

value = instance.SettingsPageUrl
public Uri SettingsPageUrl { get; }

Property value

Type: System.Uri
Token 的 URL。來電者會負責取代權杖。

請參閱

參照

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace