共用方式為


SPWeb.ExecuteUrl property

取得商務解決方案站台的站台定義具現化後,會呼叫的 URL。

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

Syntax

'宣告
Public ReadOnly Property ExecuteUrl As String
    Get
'用途
Dim instance As SPWeb
Dim value As String

value = instance.ExecuteUrl
public string ExecuteUrl { get; }

Property value

Type: System.String
字串,包含 URL。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace