SPWebPartConnection.SourcePageUrl - Propriété
Obtient ou définit l'URL du composant WebPart consommateur dans une connexion entre pages.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property SourcePageUrl As String
Get
Set
'Utilisation
Dim instance As SPWebPartConnection
Dim value As String
value = instance.SourcePageUrl
instance.SourcePageUrl = value
public string SourcePageUrl { get; set; }
Valeur de propriété
Type : System.String
string qui contient l'URL.