SPWebPartConnection.SourcePageUrl property
Obtém ou define o URL da Web Part do consumidor em uma conexão entre páginas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property SourcePageUrl As String
Get
Set
'Uso
Dim instance As SPWebPartConnection
Dim value As String
value = instance.SourcePageUrl
instance.SourcePageUrl = value
public string SourcePageUrl { get; set; }
Property value
Type: System.String
Um string que contém a URL.