BlogMonthQuickLaunch.IListWebPart.ListId Property
Gets or sets the GUID of the DefaultView used by the Web Part to display the list of months in the Quick Launch.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Private Property ListId As Guid Implements IListWebPart.ListId
Get
Set
'Usage
Dim instance As BlogMonthQuickLaunch
Dim value As Guid
value = CType(instance, IListWebPart).ListId
CType(instance, IListWebPart).ListId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
GuidIListWebPart.ListId { get; set; }
Property Value
Type: System.Guid
The GUID of the DefaultView associated with the current Web Part.
Implements
Remarks
This member is an interface member implementation. It can be used only when the BlogMonthQuickLaunch instance is cast to an IListWebPart interface.