SPRelatedField.ListId 属性
获取取决于父列表的子列表的标识符。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ListId As Guid
Get
用法
Dim instance As SPRelatedField
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
属性值
类型:System.Guid
相关的列表的ID属性的值。
备注
由ListId属性标识的列表具有指向由LookupList属性表示列表中的字段的查阅字段。