SPWebPartConnection.SourcePageUrl Property
Gets or sets the URL of the consumer Web Part in a cross-page connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SourcePageUrl As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.SourcePageUrl
instance.SourcePageUrl = value
public string SourcePageUrl { get; set; }
Property Value
Type: System.String
A string containing the URL.