다음을 통해 공유


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)

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.

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace