ListFormWebPart.ListTitle 属性
获取或设置列表的标题。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListTitle As String
Get
Set
用法
Dim instance As ListFormWebPart
Dim value As String
value = instance.ListTitle
instance.ListTitle = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ListTitle { get; set; }
属性值
类型:System.String
列表的标题。