SPWebPartConnection.SourcePageUrl 属性
获取或设置在跨页连接的使用者 Web 部件的 URL。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.String
包含 URL string 。