Share via


SPWebPartConnection.TargetPageUrl property

Gets or sets the URL of the provider Web Part in a cross-page connection.

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

Syntax

'Declaration
Public Property TargetPageUrl As String
    Get
    Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String

value = instance.TargetPageUrl

instance.TargetPageUrl = value
public string TargetPageUrl { get; set; }

Property value

Type: System.String
A string containing the URL.

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace