BlogAdminWebPart.IListWebPart.ListId Property

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

Implements

IListWebPart.ListId

See Also

Reference

BlogAdminWebPart Class

BlogAdminWebPart Members

Microsoft.SharePoint.WebPartPages Namespace