SPWebPartConnection.SourcePageUrl property
取得或設定在跨網頁連接的消費者 Web 組件的 URL。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SourcePageUrl As String
Get
Set
'用途
Dim instance As SPWebPartConnection
Dim value As String
value = instance.SourcePageUrl
instance.SourcePageUrl = value
public string SourcePageUrl { get; set; }
Property value
Type: System.String
包含 URL string 。