DataViewWebPart.ListId 属性

获取/设置 Guid 格式 web 部件的 SPList Id。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ListId As Guid
    Get
    Set
用法
Dim instance As DataViewWebPart
Dim value As Guid

value = instance.ListId

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

属性值

类型:System.Guid
Web 部件的 SPList Id Guid

实现

IListWebPart.ListId

另请参阅

引用

DataViewWebPart 类

DataViewWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间