Share via


BlogLinksWebPart.ListUrl property

Gets or sets the Web relative path to the list.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ListUrl As String
    Get
    Set
'Usage
Dim instance As BlogLinksWebPart
Dim value As String

value = instance.ListUrl

instance.ListUrl = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ListUrl { get; set; }

Property value

Type: System.String

See also

Reference

BlogLinksWebPart class

BlogLinksWebPart members

Microsoft.SharePoint.WebPartPages namespace