BlogLinksWebPart.ListUrl - Propriété
Obtient ou définit le chemin d'accès relatif du Web à la liste.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ListUrl As String
Get
Set
'Utilisation
Dim instance As BlogLinksWebPart
Dim value As String
value = instance.ListUrl
instance.ListUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ListUrl { get; set; }
Valeur de propriété
Type : System.String