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)
Available in Sandboxed Solutions: No

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