Share via


BlogMonthQuickLaunch.ListName property

Gets or sets the name of the DefaultView.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListName As String
    Get
    Set
'Usage
Dim instance As BlogMonthQuickLaunch
Dim value As String

value = instance.ListName

instance.ListName = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ListName { get; set; }

Property value

Type: System.String
The name of the DefaultView.

Remarks

The list name is a specified string format of the IListWebPart.ListId, which is 32 digits separated by hyphens, enclosed in brackets, and uses the uppercase rules of the current culture.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace