ListProperty.List 属性

获取或设置为服务器控件列表的 GUID。

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

语法

声明
Public Property List As String
    Get
    Set
用法
Dim instance As ListProperty
Dim value As String

value = instance.List

instance.List = value
public string List { get; set; }

属性值

类型:System.String
一个包含列表的 GUID 的字符串。

备注

如果页上的ListViewWebPartListFormWebPart控件, List属性将默认为当前列表。

另请参阅

引用

ListProperty 类

ListProperty 成员

Microsoft.SharePoint.WebControls 命名空间