Share via


BlogLinksWebPart.ListId property

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

Syntax

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

value = instance.ListId

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

Property value

Type: System.Guid

See also

Reference

BlogLinksWebPart class

BlogLinksWebPart members

Microsoft.SharePoint.WebPartPages namespace