Share via


BlogAdminWebPart.IListWebPart.ListId property

Gets/sets the web part's SPList Id in Guid format.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Private Property ListId As Guid Implements IListWebPart.ListId
    Get
    Set
'Usage
Dim instance As BlogAdminWebPart
Dim value As Guid

value = CType(instance, IListWebPart).ListId

CType(instance, IListWebPart).ListId = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
GuidIListWebPart.ListId { get; set; }

Property value

Type: System.Guid
The web part's SPList Id Guid

Implements

IListWebPart.ListId

See also

Reference

BlogAdminWebPart class

BlogAdminWebPart members

Microsoft.SharePoint.WebPartPages namespace