Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the DefaultView.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.