指定列表的 GUID。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Overridable Property ListName As String
Get
Set
用法
Dim instance As DataFormWebPart
Dim value As String
value = instance.ListName
instance.ListName = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public virtual string ListName { get; set; }