BlogMonthQuickLaunch.ListName property
取得或設定DefaultView的名稱。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListName As String
Get
Set
'用途
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
DefaultView 的名稱。
備註
該清單的名稱是IListWebPart.ListId,也就是以連字號,括號括住分隔的 32 位數字指定的字串格式,並使用目前的文化特性的大寫規則。