FormComponent.ListId 属性

获取或设置列表的 ID。

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

语法

声明
Public Property ListId As Guid
    Get
    Set
用法
Dim instance As FormComponent
Dim value As Guid

value = instance.ListId

instance.ListId = value
public Guid ListId { get; set; }

属性值

类型:System.Guid

备注

以编程方式将覆盖ListName属性设置在 URL 中指定的列表,尽管列表。默认情况下,此属性设置为当前的 URL。

另请参阅

引用

FormComponent 类

FormComponent 成员

Microsoft.SharePoint.WebControls 命名空间